mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
11 lines
172 B
Makefile
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
|