mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-24 17:50:58 -05:00
adding it
This commit is contained in:
parent
ed6ca27867
commit
82a0142f38
1 changed files with 5 additions and 1 deletions
6
.github/workflows/deploy-DEV.yml
vendored
6
.github/workflows/deploy-DEV.yml
vendored
|
@ -53,10 +53,14 @@ jobs:
|
|||
shell: bash
|
||||
run: .automation/upload-docker.sh
|
||||
|
||||
- name: debug
|
||||
run: printenv
|
||||
shell: bash
|
||||
|
||||
################################
|
||||
# Run Linter against code base #
|
||||
################################
|
||||
- name: Run Test Cases
|
||||
uses: docker://admiralawkbar/super-linter:${GITHUB_REF##*/}
|
||||
uses: docker://admiralawkbar/super-linter:${GITHUB_REF}
|
||||
env:
|
||||
TEST_CASE_RUN: true
|
||||
|
|
Loading…
Reference in a new issue