Skip to content

Commit 8484c29

Browse files
committed
correct usage of with
1 parent 80309c5 commit 8484c29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Check spelling with typos
2323
uses: crate-ci/typos@v1.42.1
2424
with:
25-
config: -c ./_typos.toml
25+
config: ./_typos.toml
2626

2727
lint:
2828
name: Lint

0 commit comments

Comments
 (0)