Compare commits

..

1 Commits

Author SHA1 Message Date
Jon
f10663a2d5 ci: add ansible-lint
All checks were successful
Lint (Pull Request) / lint (pull_request) Successful in 43s
ref: #6
2025-07-12 22:43:03 +09:30

View File

@ -36,7 +36,7 @@ jobs:
run: pip install ansible-lint
- name: Run YAMLLint
- name: Run Ansible-Lint
run: |
echo "NFC_PROBLEM_MATCHER_TYPE=pylint-json";
ansible-lint -f json . || true