Skip to content

Update error messages #31

Update error messages

Update error messages #31

Workflow file for this run

name: Ubuntu
on:
workflow_dispatch:
push:
branches:
- main
- release_*
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
pytest:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install package
run: pip install .[dev]
- name: Pytest
run: pytest tests -rfs -vv
- name: Run
run: md-dead-link-check --all