diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml new file mode 100644 index 0000000..8e84957 --- /dev/null +++ b/.gitea/workflows/lint.yaml @@ -0,0 +1,10 @@ +name: Lint Ansible files +run-name: ${{ gitea.actor }} is linting Ansible files! +on: [push] +jobs: + lint-ansible-files: + runs-on: ubuntu-22.04 + steps: + - run: echo "it works!" + - name: Check out repo + uses: actions/checkout@v3