Skip to content

Commit 4d8c56d

Browse files
committed
doh
1 parent 27cd74a commit 4d8c56d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/cqa.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
- cmd: "check-added-large-files"
9-
- cmd: "trailing-whitespace"
10-
- cmd: "end-of-file-fixer"
11-
- cmd: "mixed-line-ending"
12-
- cmd: "update-json-def-files"
8+
cmd:
9+
- "check-added-large-files"
10+
- "trailing-whitespace"
11+
- "end-of-file-fixer"
12+
- "mixed-line-ending"
13+
- "update-json-def-files"
1314
steps:
1415
- uses: actions/checkout@v4
1516

0 commit comments

Comments
 (0)