Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elmuerte authored Feb 9, 2024
1 parent a9d4b20 commit 83b81a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Validate JSON
run: sh bin/validate-json.sh lba1/*.json lba2/*.json
run: bin/validate-json.sh lba1/*.json lba2/*.json
- name: Merge JSON
run: sh bin/merge.sh lba1 lba2
run: bin/merge.sh lba1 lba2

0 comments on commit 83b81a3

Please sign in to comment.