diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 0000000..893bcde --- /dev/null +++ b/.gitea/workflows/test.yml @@ -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 .