Skip to content

Commit 8659726

Browse files
committed
ci: pin editorconfig checker to a compatible release
The setup action searches for ec-prefixed release assets, which editorconfig-checker v4.0.0 no longer publishes. Pin v3.11.2 so the existing installer can run the formatting check.
1 parent 4b68c67 commit 8659726

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- uses: editorconfig-checker/action-editorconfig-checker@v2.2.0
19+
with:
20+
version: v3.11.2
1921
- run: editorconfig-checker
2022
yamllint:
2123
name: Lint YAML

0 commit comments

Comments
 (0)