mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
test(action): Update test case for typos
This commit is contained in:
parent
39d9a90c9b
commit
6e8f7cf9d3
1 changed files with 5 additions and 5 deletions
10
.github/workflows/test-action.yml
vendored
10
.github/workflows/test-action.yml
vendored
|
@ -10,16 +10,16 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Prepare file with mistakes.
|
||||
run: echo "The quick brown foxx jumped over the slepy dog." > file.txt
|
||||
run: echo "Finallizes" > file.txt
|
||||
- name: Test force pass with mistakes
|
||||
continue-on-error: true
|
||||
uses: ./
|
||||
with:
|
||||
with:
|
||||
files: ./file.txt
|
||||
|
||||
- name: Prepare file with no mistakes.
|
||||
run: echo "The quick brown fox jumped over the sleepy dog." > file.txt
|
||||
- name: Test force pass with no mistakes
|
||||
run: echo "Finalizes" > file.txt
|
||||
- name: Test pass with no mistakes
|
||||
uses: ./
|
||||
with:
|
||||
with:
|
||||
files: ./file.txt
|
||||
|
|
Loading…
Reference in a new issue