mirror of
https://github.com/starship/starship.git
synced 2026-06-20 02:02:07 +07:00
11 lines
281 B
YAML
11 lines
281 B
YAML
name: Spell Check
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
typos:
|
|
name: Spell Check with Typos
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
|
- uses: crate-ci/typos@37bb98842b0d8c4ffebdb75301a13db0267cef89 # v1.47.2
|