mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
- uses: crate-ci/typos@5374cbf686e897b15713110e233094e2874de7ef # v1.46.1
|