Linting in CI.
All checks were successful
Test the role / test-the-role (push) Successful in 8s

This commit is contained in:
Tom
2026-02-18 17:59:46 +01:00
parent 0153639c38
commit 39ca068451

10
.gitea/workflows/test.yml Normal file
View File

@@ -0,0 +1,10 @@
name: Test the role
on:
- push
jobs:
test-the-role:
runs-on: iron-runner
steps:
- uses: actions/checkout@v6
- run: ansible-lint --profile production .