Compare commits

..

1 Commits

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

View File

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