Skip to content

Commit

Permalink
revert: "fix: fix broken editorconfig-checker by pinning `EC_VERSIO…
Browse files Browse the repository at this point in the history
…N` in `lint.yml` workflow (#58)" (#64)

This reverts commit 4c92a0b.

Bug was fixed in `editorconfig-checker` repository. So it is no longer
needed.
  • Loading branch information
lumirlumir authored Jan 10, 2025
1 parent 90732f5 commit 7f055b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
lint:
runs-on: ubuntu-latest

env:
EC_VERSION: v3.0.3 # Used for `editorconfig-checker`. Pinned to specific version for better security and stability.

steps:
- name: Set up checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7f055b9

Please sign in to comment.