mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
Merge pull request #1031 from qsantos/fix-trailing-spaces
Fix trailing spaces
This commit is contained in:
commit
668a700146
1 changed files with 4 additions and 4 deletions
|
@ -18,24 +18,24 @@ jobs:
|
||||||
|
|
||||||
- name: Check spelling of file.txt
|
- name: Check spelling of file.txt
|
||||||
uses: crate-ci/typos@master
|
uses: crate-ci/typos@master
|
||||||
with:
|
with:
|
||||||
files: ./file.txt
|
files: ./file.txt
|
||||||
|
|
||||||
- name: Use custom config file
|
- name: Use custom config file
|
||||||
uses: crate-ci/typos@master
|
uses: crate-ci/typos@master
|
||||||
with:
|
with:
|
||||||
files: ./file.txt
|
files: ./file.txt
|
||||||
config: ./myconfig.toml
|
config: ./myconfig.toml
|
||||||
|
|
||||||
- name: Ignore implicit configuration file
|
- name: Ignore implicit configuration file
|
||||||
uses: crate-ci/typos@master
|
uses: crate-ci/typos@master
|
||||||
with:
|
with:
|
||||||
files: ./file.txt
|
files: ./file.txt
|
||||||
isolated: true
|
isolated: true
|
||||||
|
|
||||||
- name: Writes changes in the local checkout
|
- name: Writes changes in the local checkout
|
||||||
uses: crate-ci/typos@master
|
uses: crate-ci/typos@master
|
||||||
with:
|
with:
|
||||||
write_changes: true
|
write_changes: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue