mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-10 23:30:57 +00:00
0f8a2d9363
* chore: add spell checker to workflows * fix: update config schema * fix: revert for fennel.rs
11 lines
192 B
YAML
11 lines
192 B
YAML
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
|