Skip to content

Commit

Permalink
Add CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Oct 17, 2024
1 parent ac7045f commit 46a53f6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Check submission for US-RSE'24

on:
push: # `on.push` means that the workflow will be triggered any time one or more commits are pushed to the repository

jobs:
check-submission: # `check-submission` is the job-id and can be chosen arbitrarily
uses: USRSE/notebooks-submissions/.github/workflows/check-submission.yml@v1
with:
notebook: my_doc.ipynb

0 comments on commit 46a53f6

Please sign in to comment.