Add CI for ansible-lint
Some checks failed
Test / build (push) Failing after 1m2s

This commit is contained in:
polyfloyd 2025-04-19 15:39:02 +02:00
parent 607a401cef
commit 6cff97e2bb
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,19 @@
name: Test
on:
push:
branches:
- main
jobs:
build:
runs-on: docker
container:
image: alpine:latest
steps:
- run: apk add nodejs ansible ansible-lint
- uses: actions/checkout@v4
- run: ansible-lint