Skip to content

Commit 83109c8

Browse files
authored
Merge pull request #11 from updatecli/updatecli_main_gha_typos
install typos gha action v1.45.0
2 parents 7d76e03 + 750ced8 commit 83109c8

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

.github/workflows/typos.yaml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1-
name: Test Typos
2-
on: [pull_request]
1+
name: Spell check with typos
2+
3+
on:
4+
push:
5+
branches: ["main"]
6+
pull_request:
7+
branches: ["**"]
8+
39
permissions: {}
10+
411
jobs:
5-
run:
6-
name: Spell Check with Typos
12+
typos:
713
runs-on: ubuntu-latest
814
permissions:
915
contents: read
1016
steps:
11-
- name: Checkout Actions Repository
17+
- name: Checkout repository
1218
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
13-
- name: Check spelling of file.txt
14-
uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d # v1.44.0
19+
with:
20+
persist-credentials: false
21+
22+
- name: Run typos
23+
uses: crate-ci/typos@02ea592e44b3a53c302f697cddca7641cd051c3d # v1.45.0
24+
with:
25+
config: _typos.toml

0 commit comments

Comments
 (0)