Skip to content

Commit a21f14a

Browse files
committed
Add CI workflow
1 parent f187160 commit a21f14a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/checks.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI checks
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
name: Check submission for US-RSE'24
8+
9+
on:
10+
push: # `on.push` means that the workflow will be triggered any time one or more commits are pushed to the repository
11+
12+
jobs:
13+
check-submission: # `check-submission` is the job-id and can be chosen arbitrarily
14+
uses: USRSE/notebooks-submissions/.github/workflows/check-submission.yml@v1
15+
with:
16+
notebook: diamonds.qmd

0 commit comments

Comments
 (0)