This commit is contained in:
parent
1003327c83
commit
7dc9fd3592
@ -1,5 +1,4 @@
|
|||||||
name: Lint ansible
|
name: Lint ansible
|
||||||
run-name: ${{ gitea.actor }} running ansible linter
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -7,4 +6,3 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: "Run linter"
|
- name: "Run linter"
|
||||||
uses: docker://pipelinecomponents/ansible-lint
|
uses: docker://pipelinecomponents/ansible-lint
|
||||||
run: ansible-lint --show-relpath
|
|
||||||
|
Loading…
Reference in New Issue
Block a user