Skip to content

Commit 1298191

Browse files
authored
GHA/checksrc: use jq default indent (2 spaces, was: 4) (#399)
Ref: #397
1 parent e3471f9 commit 1298191

File tree

2 files changed

+3510
-3510
lines changed

2 files changed

+3510
-3510
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)