Skip to content

Commit a568ca7

Browse files
committed
Revert "Disable editorconfig linting temporarily"
This reverts commit cc1766d. We are now using editorconfig-checker version ^6.1.1 which can now build correctly.
1 parent 366fb10 commit a568ca7

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

.github/workflows/tests.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,10 @@ jobs:
7474
runs-on: ${{ matrix.runner.os }}
7575
needs: [install]
7676

77-
# Disabled due to editorconfig-checker bug
78-
# env:
79-
# Authorise GitHub API requests for EditorConfig checker binary
80-
# https://www.npmjs.com/package/editorconfig-checker
81-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77+
env:
78+
# Authorise GitHub API requests for EditorConfig checker binary
79+
# https://www.npmjs.com/package/editorconfig-checker
80+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8281

8382
strategy:
8483
fail-fast: false
@@ -101,10 +100,9 @@ jobs:
101100
run: npm run lint:js
102101
cache: .cache/eslint
103102

104-
# Disabled due to editorconfig-checker bug
105-
# - description: EditorConfig
106-
# name: lint-editorconfig
107-
# run: npm run lint:editorconfig
103+
- description: EditorConfig
104+
name: lint-editorconfig
105+
run: npm run lint:editorconfig
108106

109107
- description: Prettier
110108
name: lint-prettier

0 commit comments

Comments
 (0)