diff --git a/.gitea/workflows/diff-lint.yml b/.gitea/workflows/diff-lint.yml new file mode 100644 index 0000000..fb5a855 --- /dev/null +++ b/.gitea/workflows/diff-lint.yml @@ -0,0 +1,17 @@ +name: Diff Lint + +on: + pull_request: + types: [opened, synchronize, reopened] + +jobs: + diff-lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Diff Lint + uses: ushis/accumulator@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }}