Add CI workflow #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI checks | ||
on: | ||
push: | ||
jobs: | ||
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: diamonds.qmd |