Skip to content

Added code to check links, currently only reports links that are invalid #1

Added code to check links, currently only reports links that are invalid

Added code to check links, currently only reports links that are invalid #1

Workflow file for this run

name: 'Lint Notebook'
on:
push:
jobs:
lint:
name: 'Linting'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Notebook Linting
working-directory: .github/workflows
run: |
python3 check_links.py