Skip to content

Retry get request if 404 #34

Retry get request if 404

Retry get request if 404 #34

Workflow file for this run

name: MacOS
on:
workflow_dispatch:
push:
branches:
- main
- release_*
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
pytest:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install package
run: pip install .[dev]
- name: Pytest
run: pytest tests -rfs -vv
- name: Run
run: md-dead-link-check --all