Skip to content

Commit

Permalink
ci: fix installation of editorconfig-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
mlegner authored Dec 9, 2024
1 parent 55ae1b1 commit 22409b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Check editorconfig
steps:
- uses: actions/checkout@v4
- run: pip install --break-system-packages editorconfig-checker=="2.7.3"
- run: pip install editorconfig-checker=="2.7.3"
- run: ec

typos:
Expand Down

0 comments on commit 22409b0

Please sign in to comment.