We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6176e87 commit ea28c92Copy full SHA for ea28c92
.github/workflows/demo.yml
@@ -0,0 +1,20 @@
1
+# Run a job to ensure formatting is OK
2
+name: Run demo
3
+on:
4
+ pull_request:
5
+ paths:
6
+ - demo/**
7
+
8
+ push:
9
10
11
12
+jobs:
13
+ check_demo:
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - name: Checkout
17
+ uses: actions/checkout@v3
18
19
+ - name: Run Demo
20
+ run: ./demo/run_demo.sh
0 commit comments