fzf/.github/workflows/typos.yml
2023-02-23 00:36:04 +09:00

11 lines
194 B
YAML

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