mirror of
https://github.com/junegunn/fzf.git
synced 2026-08-16 13:01:20 +02:00
Add spell check workflow (#3183)
This commit is contained in:
parent
57ad21e4bd
commit
3364d4d147
5 changed files with 20 additions and 4 deletions
10
.github/workflows/typos.yml
vendored
Normal file
10
.github/workflows/typos.yml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
name: "Spell Check"
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
typos:
|
||||
name: Spell Check with Typos
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: crate-ci/typos@v1.13.10
|
||||
Loading…
Add table
Add a link
Reference in a new issue