Skip to content

Commit 0ac2095

Browse files
Remove Ensure JSON examples are formatted CI step (#873)
Examples are in YAML now so this step does nothing.
1 parent 25fe03e commit 0ac2095

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,6 @@ jobs:
9494
# The location of the configuration file can be changed by using `--config=`
9595
args: --timeout=30m --out-format=colored-line-number --config=.golangci.yml
9696

97-
- name: Ensure JSON examples are formatted
98-
run: |
99-
for file in ./examples/*.json; do
100-
if ! diff <(cat $file | jq) <(cat $file); then
101-
echo "$file is not formatted: run 'cat $file | jq' to fix";
102-
exit 1;
103-
fi
104-
done
105-
10697
format:
10798
name: format
10899
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)