Skip to content

Add CI workflow

Add CI workflow #1

Workflow file for this run

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