Skip to content

[Redesign/Refactoring] Move chiptool-specific code under test_collections #35

[Redesign/Refactoring] Move chiptool-specific code under test_collections

[Redesign/Refactoring] Move chiptool-specific code under test_collections #35

Workflow file for this run

name: "Check spelling"
on: # rebuild any PRs and main branch changes
pull_request_target:
types: [opened, synchronize, reopened]
push:
branches:
- develop
- main
jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
incremental_files_only: false