We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2dd04b commit d1843e0Copy full SHA for d1843e0
.github/workflows/typos.yaml
@@ -1,17 +1,14 @@
1
-name: Detect Typos
2
-on:
3
- pull_request:
4
- merge_group:
5
- branch: master
6
-
+name: Test Typos
+on: [pull_request]
+permissions: {}
7
jobs:
8
run:
9
name: Spell Check with Typos
10
runs-on: ubuntu-latest
+ permissions:
+ contents: read
11
steps:
12
- - name: Checkout Actions Repository
13
- uses: actions/checkout@v4
14
15
- - name: Check spelling of file.txt
16
- uses: crate-ci/typos@master
17
+ - name: Checkout Actions Repository
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
+ - name: Check spelling of file.txt
+ uses: crate-ci/typos@d6b38c8b48913f417c9449cd83833b41535b0c54 # renovate/stable-1.x
0 commit comments