mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-28 12:17:51 +02:00
Switch from (now-missing) ansible-community/ansible-lint-action
to ansible/ansible-lint
This commit is contained in:
8
.github/workflows/matrix.yml
vendored
8
.github/workflows/matrix.yml
vendored
@ -24,10 +24,14 @@ jobs:
|
||||
steps:
|
||||
- name: Check out
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run ansible-lint
|
||||
uses: ansible-community/ansible-lint-action@v6.17.0
|
||||
uses: ansible/ansible-lint@v25.6.1
|
||||
with:
|
||||
path: roles/custom
|
||||
args: "roles/custom"
|
||||
setup_python: "true"
|
||||
working_directory: ""
|
||||
requirements_file: requirements.yml
|
||||
precommit:
|
||||
name: Run pre-commit
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user