mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-01-25 01:32:58 +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
|
run: npm i
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
env:
|
||||||
|
# Authorise GitHub API requests for editorconfig-checker
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Detect changed documentation files
|
- name: Detect changed documentation files
|
||||||
uses: dorny/paths-filter@v2
|
uses: dorny/paths-filter@v2
|
||||||
id: changes
|
id: changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user