Skip to content

Commit

Permalink
Merge pull request #274 from Hamdor/patch-1
Browse files Browse the repository at this point in the history
Fix example in github-action.md
  • Loading branch information
epage committed Jun 5, 2021
2 parents 15e8914 + 7141c71 commit 0836966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/github-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0836966

Please sign in to comment.