Skip to content

chore: fail url_check when broken links are found (#241) #473

chore: fail url_check when broken links are found (#241)

chore: fail url_check when broken links are found (#241) #473

Workflow file for this run

name: codespell
on: [pull_request, push]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: python3 -m pip install codespell
- run: codespell ./en/ # --ignore-words-list="" --skip=""