mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 10:31:02 -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
6
.github/workflows/test-action.yml
vendored
6
.github/workflows/test-action.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Prepare file with mistakes.
|
- 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
|
- name: Test force pass with mistakes
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: ./
|
uses: ./
|
||||||
|
@ -18,8 +18,8 @@ jobs:
|
||||||
files: ./file.txt
|
files: ./file.txt
|
||||||
|
|
||||||
- name: Prepare file with no mistakes.
|
- name: Prepare file with no mistakes.
|
||||||
run: echo "The quick brown fox jumped over the sleepy dog." > file.txt
|
run: echo "Finalizes" > file.txt
|
||||||
- name: Test force pass with no mistakes
|
- name: Test pass with no mistakes
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
files: ./file.txt
|
files: ./file.txt
|
||||||
|
|
Loading…
Reference in a new issue