Skip to content

Commit

Permalink
Revert "CI: set editorconfig-checker version"
Browse files Browse the repository at this point in the history
This reverts commit 66900fd.
  • Loading branch information
valgur committed Jan 10, 2025
1 parent 91fcb1e commit 148ea11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ jobs:

- name: Install editorconfig-checker
uses: editorconfig-checker/action-editorconfig-checker@main
with:
# 'latest' v3.1.0 was missing binaries, so had to pin the version
# https://github.com/editorconfig-checker/editorconfig-checker/issues/409
version: v3.0.3

- name: Check CMakeLists.txt formatting
run: find . \( -name 'CMakeLists.txt' \) -exec editorconfig-checker {} \+ || { echo "EditorConfig check failed! See the README if you don't know how to fix this."; exit 1; }
Expand Down

0 comments on commit 148ea11

Please sign in to comment.