We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e11fbb commit 09a9746Copy full SHA for 09a9746
.github/workflows/typos.yaml
@@ -0,0 +1,20 @@
1
+name: Spelling
2
+
3
+permissions:
4
+ contents: read
5
6
+on: [pull_request]
7
8
+env:
9
+ CLICOLOR: 1
10
11
+jobs:
12
+ spelling:
13
+ name: Spell Check with Typos
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - name: Checkout Actions Repository
17
+ uses: actions/checkout@v4
18
19
+ - name: Spell Check Repo
20
+ uses: crate-ci/typos@v1.33.1
0 commit comments