Merge pull request #274 from Hamdor/patch-1

Fix example in github-action.md
This commit is contained in:
Ed Page 2021-06-05 10:03:55 -05:00 committed by GitHub
commit 0836966135
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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