Skip to content

Merge pull request #49 from input-output-hk/plt-8888-runtime-0.0.6 #36

Merge pull request #49 from input-output-hk/plt-8888-runtime-0.0.6

Merge pull request #49 from input-output-hk/plt-8888-runtime-0.0.6 #36

Workflow file for this run

name: Check links in notebooks
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: |
pip install pytest-check-links
pytest --links-ext ipynb --check-links
working-directory: ./lessons