Add redpen test cases for #10
This commit is contained in:
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
@@ -18,3 +18,17 @@ jobs:
|
|||||||
|
|
||||||
- name: Check diff
|
- name: Check diff
|
||||||
run: git diff
|
run: git diff
|
||||||
|
|
||||||
|
needless_prefix:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: ./
|
||||||
|
id: depup
|
||||||
|
with:
|
||||||
|
file: testdata/testfile
|
||||||
|
version_name: REDPEN_VERSION
|
||||||
|
repo: redpen-cc/redpen
|
||||||
|
|
||||||
|
- name: Check diff
|
||||||
|
run: git diff
|
||||||
|
|||||||
4
testdata/testfile
vendored
4
testdata/testfile
vendored
@@ -10,3 +10,7 @@ yaml:
|
|||||||
|
|
||||||
The above version should be updated to the latest version with this action.
|
The above version should be updated to the latest version with this action.
|
||||||
|
|
||||||
|
|
||||||
|
Other test cases.
|
||||||
|
|
||||||
|
REDPEN_VERSION=1.10.1
|
||||||
|
|||||||
Reference in New Issue
Block a user