Skip to content

Commit b5a19b2

Browse files
phip1611astro
authored andcommitted
ci: run typos in CI
1 parent a35bef6 commit b5a19b2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/typos.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Typos / Spellcheck
2+
on: [merge_group, push, pull_request]
3+
jobs:
4+
spellcheck:
5+
name: Spellcheck
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v4
9+
# Executes "typos ."
10+
- uses: crate-ci/[email protected]

0 commit comments

Comments
 (0)