Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
- Add test workflow
  • Loading branch information
jelu committed May 28, 2024
1 parent beb31f7 commit 9e1e93f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: pip install check-jsonschema
- name: Test
run: |
cd examples
./test.sh

0 comments on commit 9e1e93f

Please sign in to comment.