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:
parent
79f78fae28
commit
841e4854fa
2 changed files with 9 additions and 11 deletions
9
.github/workflows/lint.yml
vendored
9
.github/workflows/lint.yml
vendored
|
|
@ -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: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue