mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -05:00
another one
This commit is contained in:
parent
bdd938e9e7
commit
c15b7e6808
1 changed files with 4 additions and 3 deletions
7
.github/workflows/deploy-DEV.yml
vendored
7
.github/workflows/deploy-DEV.yml
vendored
|
@ -65,6 +65,7 @@ jobs:
|
||||||
# Run Linter against code base #
|
# Run Linter against code base #
|
||||||
################################
|
################################
|
||||||
- name: Run Test Cases
|
- name: Run Test Cases
|
||||||
uses: "docker://admiralawkbar/super-linter:${BRANCH_NAME}"
|
shell: bash
|
||||||
env:
|
run: |
|
||||||
TEST_CASE_RUN: true
|
docker pull admiralawkbar/super-linter:${BRANCH_NAME}
|
||||||
|
docker run -e RUN_LOCAL=true -e TEST_CASE_RUN=true -v ${GITHUB_WORKSPACE}:/tmp/lint admiralawkbar/super-linter:${BRANCH_NAME}
|
||||||
|
|
Loading…
Reference in a new issue