Skip to content

554f0b24-e154-11ee-8810-5279ad638b32 #26

554f0b24-e154-11ee-8810-5279ad638b32

554f0b24-e154-11ee-8810-5279ad638b32 #26

Workflow file for this run

name: on-push
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash -l {0}
jobs:
validate-notebook-names:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Validate notebook names
run: |
python scripts/validate_notebook_names.py .