mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-28 20:27:50 +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:
|
steps:
|
||||||
- name: Check out
|
- name: Check out
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: ansible-community/ansible-lint-action@v6.17.0
|
uses: ansible/ansible-lint@v25.6.1
|
||||||
with:
|
with:
|
||||||
path: roles/custom
|
args: "roles/custom"
|
||||||
|
setup_python: "true"
|
||||||
|
working_directory: ""
|
||||||
|
requirements_file: requirements.yml
|
||||||
precommit:
|
precommit:
|
||||||
name: Run pre-commit
|
name: Run pre-commit
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user