Skip to content

CI: Also try codespell #3

CI: Also try codespell

CI: Also try codespell #3

Workflow file for this run

name: Spell Check
permissions: {}
on: [pull_request]
jobs:
typos-check:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master
codespell:
https://github.com/codespell-project/codespell
runs-on: ubuntu-latest

Check failure on line 18 in .github/workflows/SpellCheck.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/SpellCheck.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- run: pip install codespell
- run: codespell