Files
starship/.github/workflows/spell-check.yml
T
2023-09-07 01:23:04 +00:00

11 lines
235 B
YAML

name: Spell Check
on: [pull_request]
jobs:
typos:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: crate-ci/typos@v1.16.11