diff --git a/.github/ISSUE_TEMPLATE/workflows/on-push.yml b/.github/ISSUE_TEMPLATE/workflows/on-push.yml new file mode 100644 index 00000000..dba4dd6a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/workflows/on-push.yml @@ -0,0 +1,30 @@ +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 .