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 45464f5 commit ae0ee77Copy full SHA for ae0ee77
.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
13
+ - name: Check spelling of file.txt
14
+ uses: crate-ci/typos@d6b38c8b48913f417c9449cd83833b41535b0c54 # renovate/stable-1.x
0 commit comments