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 }}