Skip to content

added check urls action #27

added check urls action

added check urls action #27

Workflow file for this run

name: Lint Readme
on: [pull_request, push]
jobs:
lint_readme:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
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 }}
- run: pip install codespell
- run: codespell