Skip to content

Commit

Permalink
Fix editorconfig-checker API rate limit error (#10283)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jan 12, 2024
1 parent b55d26b commit 7606193
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
run: npm i
- name: Run linter
run: npm run lint
env:
# Authorise GitHub API requests for editorconfig-checker
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Detect changed documentation files
uses: dorny/paths-filter@v2
id: changes
Expand Down

0 comments on commit 7606193

Please sign in to comment.