raspiblitz/.github/workflows/spelling.yml
openoms 0a9ce40ff9
add spelling check to github actions (#4314)
* add spelling check to github actions
* fix typos in .conf file
2023-12-12 20:23:49 +01:00

20 lines
423 B
YAML

name: Spelling
on:
workflow_dispatch:
push:
branches: ["dev", "v1.10", "v1.11"]
pull_request:
branches: ["dev", "v1.10", "v1.11"]
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v3
- name: Spell Check Repo
uses: crate-ci/typos@master
with:
config: typos.toml