RHEL9-CIS/Makefile
Mark Bolwell 801eff8a53
Added requirements Make
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2023-01-13 14:18:34 +00:00

11 lines
172 B
Makefile

# TESTS
all: yamllint
yamllint:
git ls-files "*.yml"|xargs yamllint
requirements:
@echo 'Python dependencies:'
@cat requirements.txt
pip install -r requirements.txt