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:
Marian Triebe 2021-06-05 10:17:32 +02:00 committed by GitHub
parent 57bf109ddd
commit 7141c710c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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