Skip to content

Commit

Permalink
Merge pull request #5586 from alphagov/bk-editorconfig-bug
Browse files Browse the repository at this point in the history
Disable editorconfig linting temporarily
  • Loading branch information
domoscargin authored Jan 9, 2025
2 parents 9b31d39 + cc1766d commit db96257
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ jobs:
runs-on: ${{ matrix.runner }}
needs: [install]

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

strategy:
fail-fast: false
Expand All @@ -90,9 +91,10 @@ jobs:
run: npm run lint:js
cache: .cache/eslint

- description: EditorConfig
name: lint-editorconfig
run: npm run lint:editorconfig
# Disabled due to editorconfig-checker bug
# - description: EditorConfig
# name: lint-editorconfig
# run: npm run lint:editorconfig

- description: Prettier
name: lint-prettier
Expand Down

0 comments on commit db96257

Please sign in to comment.