m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 23:33:39 -05:00

Add spell check workflow (#3183)

This commit is contained in:
Zhizhen He
2023-02-22 23:36:04 +08:00
committed by GitHub
parent 57ad21e4bd
commit 3364d4d147
5 changed files with 20 additions and 4 deletions

10
.github/workflows/typos.yml vendored Normal file
View 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