Added ansible lint
This commit is contained in:
parent
5ccc9709d8
commit
7fd1b7cbe6
9
.gitea/workflows/lint.yaml
Normal file
9
.gitea/workflows/lint.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
name: Lint ansible
|
||||||
|
run-name: ${{ gitea.actor }} running ansible linter
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
lint:
|
||||||
|
runs-on: pipelinecomponents/ansible-lint
|
||||||
|
steps:
|
||||||
|
- ansible-lint --show-relpath
|
Loading…
Reference in New Issue
Block a user