Skip to content

Commit

Permalink
fix editorconfig-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
karlwuest committed Oct 14, 2024
1 parent 67582bd commit d4ce7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
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 editorconfig-checker=="2.7.3"
- run: pip install editorconfig-checker=="2.7.3" --break-system-packages
- run: ec

markdownlint:
Expand Down

0 comments on commit d4ce7df

Please sign in to comment.