Skip to content

ref: Move source to a public module in interfaces #3064

ref: Move source to a public module in interfaces

ref: Move source to a public module in interfaces #3064

Workflow file for this run

on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
merge_group:
branches: [ main ]
# In cases of concurrent workflows running (consecutive pushes to PR)
# leave the latest workflow and cancel the other (older) workflows
# See https://docs.github.com/en/actions/using-jobs/using-concurrency
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
name: Notebook Examples CI
jobs:
verify_notebooks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ResearchSoftwareActions/EnsureCleanNotebooksAction@1.1