Skip to content

Commit

Permalink
Merge pull request #1031 from qsantos/fix-trailing-spaces
Browse files Browse the repository at this point in the history
Fix trailing spaces
  • Loading branch information
epage authored Jun 10, 2024
2 parents 8382594 + 169e892 commit 668a700
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/github-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@ jobs:

- name: Check spelling of file.txt
uses: crate-ci/typos@master
with:
with:
files: ./file.txt

- name: Use custom config file
uses: crate-ci/typos@master
with:
with:
files: ./file.txt
config: ./myconfig.toml

- name: Ignore implicit configuration file
uses: crate-ci/typos@master
with:
with:
files: ./file.txt
isolated: true

- name: Writes changes in the local checkout
uses: crate-ci/typos@master
with:
with:
write_changes: true
```
Expand Down

0 comments on commit 668a700

Please sign in to comment.