Skip to content

Fix TigerJython URL in the index #11

Fix TigerJython URL in the index

Fix TigerJython URL in the index #11

Workflow file for this run

name: codespell
on: [pull_request, push]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pip install codespell
- run: codespell --count # --ignore-words-list="" --skip="*.css,*.js,*.lock,*.po"