This commit is contained in:
10
.gitea/workflows/test.yml
Normal file
10
.gitea/workflows/test.yml
Normal 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 .
|
||||
Reference in New Issue
Block a user