Skip to content

add codespell action #1

add codespell action

add codespell action #1

Workflow file for this run

name: Run codespell on source code
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
codepsell:
uses: codespell-project/actions-codespell@v2

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

View workflow run for this annotation

GitHub Actions / .github/workflows/codespell.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
skip: '*.js,*.vert,*.ai,*.frag,*.geom'
only_warn: 1