Skip to content

Commit

Permalink
feat: pr lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jguddas committed Oct 21, 2023
1 parent fa26d57 commit ec5a776
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- run: node ./scripts/updateContributors.mjs ${{ steps.changed-files.outputs.all_changed_files }}
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: node ./scripts/updateContributors.mjs ${{ steps.changed-files.outputs.all_changed_files }}
- run: echo "::add-matcher::.github/diff.json"
- run: git diff --exit-code

0 comments on commit ec5a776

Please sign in to comment.