mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-01-05 01:20:39 +02:00
Fix editorconfig-checker API rate limit error (#10283)
This commit is contained in:
parent
b55d26bd72
commit
7606193204
3
.github/workflows/verify.yml
vendored
3
.github/workflows/verify.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user