Skip to content

Commit

Permalink
Fix JSON check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Nov 9, 2024
1 parent 7918b97 commit 648d733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jq.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# yamllint disable-line rule:truthy
name: JSON check

on:
push:
paths:
Expand All @@ -13,7 +13,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check if a json is sorted
run: |
for json in assets/json/*.json ; do
Expand Down

0 comments on commit 648d733

Please sign in to comment.