Added ansible lint

This commit is contained in:
Tomislav Kopić 2024-02-20 22:58:00 +01:00
parent 5ccc9709d8
commit 7fd1b7cbe6
1 changed files with 9 additions and 0 deletions

View 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