1
0
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:
Álvaro Mondéjar 2024-01-12 22:56:09 +01:00 committed by GitHub
parent b55d26bd72
commit 7606193204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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