mirror of
https://github.com/openoms/joininbox.git
synced 2026-08-15 12:50:37 +02:00
17 lines
339 B
YAML
17 lines
339 B
YAML
name: spelling
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ master ]
|
|
|
|
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
|