diff --git a/.forgejo/workflows/yamllint-diff.yaml b/.forgejo/workflows/yamllint-diff.yaml new file mode 100644 index 0000000000..19527597c2 --- /dev/null +++ b/.forgejo/workflows/yamllint-diff.yaml @@ -0,0 +1,23 @@ +--- +name: Differential yamllint + +"on": + push: + pull_request: + branches: [main] + +jobs: + yamllint-job: + runs-on: infra-1 + steps: + - name: Repository checkout + uses: actions/checkout@v4 + with: + fetch-depth: 100 + + - name: VCS Diff Lint + uses: https://github.com/fedora-copr/vcs-diff-lint-action@v1 + id: VCS_Diff_Lint + with: + linter_tags: | + yamllint