1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

chore: add ansible-lint pre-commit hook (#293)

* chore: add ansible-lint pre-commit hook

* chore: galaxy.yml license field should be a list

* chore: fix ansible-lint errors
This commit is contained in:
Jonas L 2023-08-09 11:32:23 +02:00 committed by GitHub
parent ff539800aa
commit 59fe4339d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 303 additions and 225 deletions

View file

@ -49,6 +49,12 @@ repos:
- id: antsibull-changelog-lint
- id: antsibull-changelog-lint-changelog-yaml
- repo: https://github.com/ansible/ansible-lint
rev: v6.17.2
hooks:
- id: ansible-lint
name: ansible-lint
- repo: local
hooks:
- id: shfmt