mirror of
https://github.com/crate-ci/typos.git
synced 2025-01-24 07:28:57 -05:00
Merge pull request #274 from Hamdor/patch-1
Fix example in github-action.md
This commit is contained in:
commit
0836966135
1 changed files with 3 additions and 3 deletions
|
@ -17,18 +17,18 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Check spelling of file.txt
|
- name: Check spelling of file.txt
|
||||||
uses: crate-ci/typos@main
|
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@main
|
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@main
|
uses: crate-ci/typos@master
|
||||||
with:
|
with:
|
||||||
files: ./file.txt
|
files: ./file.txt
|
||||||
isolated: true
|
isolated: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue