Put back Typos CI (#3753)

Was removed in 161be7e7c0

Signed-off-by: Aaron Raimist <aaron@raim.ist>
andybalaam/state-sub-keys
Aaron Raimist 2 years ago committed by GitHub
parent 489f8d8544
commit 32ce58932f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
[default]
check-filename = true

@ -0,0 +1,15 @@
name: Spell Check
on: [pull_request]
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Check spelling of proposals
uses: crate-ci/typos@4253c3c3eeb21070d64586855b263ce9bc7224ae
with:
config: ${{github.workspace}}/.github/_typos.toml
Loading…
Cancel
Save