Skip to content

Codespell Action

Codespell Action #1

Workflow file for this run

name: Codespell
on:
pull_request:
push:
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
skip: *.pem

Check failure on line 16 in .github/workflows/codespell.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codespell.yml

Invalid workflow file

You have an error in your yaml syntax on line 16