Skip to content

Commit

Permalink
Create build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elmuerte authored Feb 9, 2024
1 parent 153a792 commit a9d4b20
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build

on:
push:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate JSON
run: sh bin/validate-json.sh lba1/*.json lba2/*.json
- name: Merge JSON
run: sh bin/merge.sh lba1 lba2

0 comments on commit a9d4b20

Please sign in to comment.