diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml new file mode 100644 index 0000000..5030dce --- /dev/null +++ b/.gitea/workflows/lint.yml @@ -0,0 +1,17 @@ +--- +name: Linting +run-name: Linting ansible and yaml files +on: + pull_request: + +jobs: + yaml-lint: + runs-on: ubuntu-latest + steps: + - name: Checkout source code + uses: actions/checkout@v4 + + - name: Lint with yaml-lint + uses: ibiqlik/action-yamllint@v3 + with: + config_file: .yamllint.yml