We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811876e commit 9665e25Copy full SHA for 9665e25
1 file changed
.github/workflows/typos.yaml
@@ -0,0 +1,14 @@
1
+name: Test Typos
2
+on: [pull_request]
3
+permissions: {}
4
+jobs:
5
+ run:
6
+ name: Spell Check with Typos
7
+ runs-on: ubuntu-latest
8
+ permissions:
9
+ contents: read
10
+ steps:
11
+ - name: Checkout Actions Repository
12
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
+ - name: Check spelling of file.txt
14
+ uses: crate-ci/typos@master
0 commit comments