Skip to content

Commit dda344b

Browse files
committed
Rename _typos.toml to typos.toml
1 parent 93adfa4 commit dda344b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/typos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Typos Check
22
on:
33
pull_request:
44
workflow_dispatch:
5-
5+
66
jobs:
77
run:
88
name: Spell Check with Typos
@@ -14,4 +14,4 @@ jobs:
1414
- name: Check spelling
1515
uses: crate-ci/typos@master
1616
with:
17-
config: ./_typos.toml
17+
config: ./typos.toml

_typos.toml renamed to typos.toml

File renamed without changes.

0 commit comments

Comments
 (0)