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

test: extract ansible-lint to ci job (#739)

##### SUMMARY

Extract ansible-lint to a CI job to speed up pre-commit.
This commit is contained in:
Jonas L. 2025-11-17 15:46:47 +01:00 committed by GitHub
parent 79f78fae28
commit 841e4854fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 11 deletions

View file

@ -23,3 +23,12 @@ jobs:
- name: Lint docs
run: make lint-docs
ansible-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: ansible/ansible-lint@v25.11.0
env:
HCLOUD_TOKEN: ""