ansible/.forgejo/workflows/test.yaml
polyfloyd 6cff97e2bb
Some checks failed
Test / build (push) Failing after 1m2s
Add CI for ansible-lint
2025-04-19 15:43:43 +02:00

19 lines
252 B
YAML

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