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 7d76e03 commit 750ced8Copy full SHA for 750ced8
1 file changed
.github/workflows/typos.yaml
@@ -1,14 +1,25 @@
1
-name: Test Typos
2
-on: [pull_request]
+name: Spell check with typos
+
3
+on:
4
+ push:
5
+ branches: ["main"]
6
+ pull_request:
7
+ branches: ["**"]
8
9
permissions: {}
10
11
jobs:
- run:
- name: Spell Check with Typos
12
+ typos:
13
runs-on: ubuntu-latest
14
permissions:
15
contents: read
16
steps:
- - name: Checkout Actions Repository
17
+ - name: Checkout repository
18
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- - name: Check spelling of file.txt
- 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
25
+ config: _typos.toml
0 commit comments