mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 02:01:02 -05:00
fix spaces
This commit is contained in:
parent
4c0830a0ea
commit
ed6ca27867
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-DEV.yml
vendored
2
.github/workflows/deploy-DEV.yml
vendored
|
@ -57,6 +57,6 @@ jobs:
|
||||||
# Run Linter against code base #
|
# Run Linter against code base #
|
||||||
################################
|
################################
|
||||||
- name: Run Test Cases
|
- name: Run Test Cases
|
||||||
uses: docker://admiralawkbar/super-linter:${{ github.ref##*/}}
|
uses: docker://admiralawkbar/super-linter:${GITHUB_REF##*/}
|
||||||
env:
|
env:
|
||||||
TEST_CASE_RUN: true
|
TEST_CASE_RUN: true
|
||||||
|
|
Loading…
Reference in a new issue