mirror of
https://github.com/junegunn/fzf.git
synced 2026-04-11 02:14:20 +08:00
11 lines
236 B
YAML
11 lines
236 B
YAML
name: "Spell Check"
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
typos:
|
|
name: Spell Check with Typos
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v5
|
|
- uses: crate-ci/typos@685eb3d55be2f85191e8c84acb9f44d7756f84ab # v1.29.4
|