Skip to content

Bump moto from 5.1.17 to 5.1.18 #595

Bump moto from 5.1.17 to 5.1.18

Bump moto from 5.1.17 to 5.1.18 #595

Workflow file for this run

name: Check Links
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
check_links:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Install dependencies
run: |
pip install pytest-check-links nbconvert
- name: Run link check
run: |
pytest --check-links **/**/*.md **/**/*.ipynb --check-links-ignore "https://www.gauss-centre.eu"