Skip to content

Commit d1843e0

Browse files
chore: sync .github/workflows/typos.yaml file
Made with ❤️️ by updatecli
1 parent d2dd04b commit d1843e0

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.github/workflows/typos.yaml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
name: Detect Typos
2-
on:
3-
pull_request:
4-
merge_group:
5-
branch: master
6-
1+
name: Test Typos
2+
on: [pull_request]
3+
permissions: {}
74
jobs:
85
run:
96
name: Spell Check with Typos
107
runs-on: ubuntu-latest
8+
permissions:
9+
contents: read
1110
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-
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

Comments
 (0)