Skip to content

Add CI workflow

Add CI workflow #1

Workflow file for this run

name: CI checks
on:
push:
jobs:
name: Check submission for US-RSE'24

Check failure on line 7 in .github/workflows/checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/checks.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
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