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:
parent
ff539800aa
commit
59fe4339d4
35 changed files with 303 additions and 225 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue