mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
Fix example in github-action.md
The repository of crate-ci/typos does not have a "main" branch, "master" is used instead.
This commit is contained in:
parent
57bf109ddd
commit
7141c710c8
1 changed files with 3 additions and 3 deletions
|
@ -17,18 +17,18 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Check spelling of file.txt
|
||||
uses: crate-ci/typos@main
|
||||
uses: crate-ci/typos@master
|
||||
with:
|
||||
files: ./file.txt
|
||||
|
||||
- name: Use custom config file
|
||||
uses: crate-ci/typos@main
|
||||
uses: crate-ci/typos@master
|
||||
with:
|
||||
files: ./file.txt
|
||||
config: ./myconfig.toml
|
||||
|
||||
- name: Ignore implicit configuration file
|
||||
uses: crate-ci/typos@main
|
||||
uses: crate-ci/typos@master
|
||||
with:
|
||||
files: ./file.txt
|
||||
isolated: true
|
||||
|
|
Loading…
Reference in a new issue