Add lint configuration and CI and fix the identified errors #14

Merged
june merged 10 commits from lint_and_ci into main 2024-12-01 22:26:24 +01:00
Showing only changes of commit bb24e6fd5a - Show all commits

disable name[casing] check in ansible-lint config

June 2024-11-23 02:53:06 +01:00
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -1,2 +1,3 @@
skip_list: skip_list:
- "yaml[line-length]" - "yaml[line-length]"
- "name[casing]"