Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Dec 20, 2024
1 parent 27cd74a commit 4d8c56d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/cqa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- cmd: "check-added-large-files"
- cmd: "trailing-whitespace"
- cmd: "end-of-file-fixer"
- cmd: "mixed-line-ending"
- cmd: "update-json-def-files"
cmd:
- "check-added-large-files"
- "trailing-whitespace"
- "end-of-file-fixer"
- "mixed-line-ending"
- "update-json-def-files"
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 4d8c56d

Please sign in to comment.