Skip to content

Commit

Permalink
Add a job to check the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval committed Apr 5, 2024
1 parent 12ee0c1 commit e543519
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Run a job to ensure formatting is OK
name: Run demo
on:
pull_request:
paths:
- demo/**

push:
paths:
- demo/**

jobs:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Run Demo
run: ./demo/run_demo.sh

0 comments on commit e543519

Please sign in to comment.