Skip to content

Commit

Permalink
cicd: fix checks (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Jan 20, 2025
1 parent 715c205 commit 92a8110
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- cmd: "end-of-file-fixer"
- cmd: "trailing-whitespace"
- cmd: "mixed-line-ending"
cmd:
- "end-of-file-fixer"
- "trailing-whitespace"
- "mixed-line-ending"
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
Expand Down

0 comments on commit 92a8110

Please sign in to comment.