Skip to content

Merge remote-tracking branch 'refs/remotes/origin/wip-stable7-1-005' … #1567

Merge remote-tracking branch 'refs/remotes/origin/wip-stable7-1-005' …

Merge remote-tracking branch 'refs/remotes/origin/wip-stable7-1-005' … #1567

Workflow file for this run

name: CODE Spell
on: [push, pull_request]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
# When using this Action in other repos, the --skip option below can be removed
skip: ./www, .hidden, ./.git, *.pyc