Skip to content

Commit

Permalink
Merge pull request #7 from jelu/test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
jelu authored May 28, 2024
2 parents beb31f7 + 9e1e93f commit 7cbbcf3
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 7cbbcf3

Please sign in to comment.