mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
chore: add spell checker to workflows (#4975)
* chore: add spell checker to workflows * fix: update config schema * fix: revert for fennel.rs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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.18
|
||||
Reference in New Issue
Block a user