RHEL9-CIS/Makefile

12 lines
172 B
Makefile
Raw Normal View History

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