File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments