Skip to content

Upgrade GitHub Checkout Action from v3 to v4 #19

Upgrade GitHub Checkout Action from v3 to v4

Upgrade GitHub Checkout Action from v3 to v4 #19

Workflow file for this run

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