Skip to content

Commit 1d123a6

Browse files
committed
GHA/checksrc: use jq default indent
1 parent 24a0a52 commit 1d123a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checksrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: 'json check'
6060
run: |
61-
jq --indent 4 < tests.json > tests-expected.json
61+
jq < tests.json > tests-expected.json
6262
diff -u tests.json tests-expected.json
6363
6464
- name: 'codespell'

0 commit comments

Comments
 (0)