Skip to content

Commit

Permalink
CI for JSON validation
Browse files Browse the repository at this point in the history
* CI for JSON validation. Fixes #30.
* Run build CI on new pull-request.
  • Loading branch information
snapdgn authored and ThinkOpenly committed Sep 16, 2024
1 parent 9d7e414 commit ffcccb7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build matrix

on: [push, workflow_dispatch]
on: [push, pull_request, workflow_dispatch]

env:
OPAMVERBOSE: 1
Expand Down Expand Up @@ -63,3 +63,13 @@ jobs:
run: |
eval $(opam env)
etc/ci_core_tests.sh
- name: Checkout `sail-riscv` repo
uses: actions/checkout@v3
with:
repository: ThinkOpenly/sail-riscv

- name: Validate Json
run: |
eval $(opam env)
make check-json

0 comments on commit ffcccb7

Please sign in to comment.