a | b/.github/workflows/notebook-lint.yaml | ||
---|---|---|---|
1 | name: 'Lint Notebook' |
||
2 | on: |
||
3 | push: |
||
4 | workflow_dispatch: |
||
5 | permissions: |
||
6 | contents: write |
||
7 | id-token: write |
||
8 | |||
9 | jobs: |
||
10 | lint: |
||
11 | name: 'Linting' |
||
12 | uses: NIGMS/NIGMS-Sandbox/.github/workflows/notebook-lint.yaml@main |
||
13 | with: |
||
14 | directory: . |