mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
try thid
This commit is contained in:
parent
e42905148c
commit
bb4c2bc9f8
1 changed files with 8 additions and 1 deletions
9
.github/workflows/deploy-DEV.yml
vendored
9
.github/workflows/deploy-DEV.yml
vendored
|
@ -53,10 +53,17 @@ jobs:
|
|||
shell: bash
|
||||
run: .automation/upload-docker.sh
|
||||
|
||||
#######################
|
||||
# Get the branch name #
|
||||
#######################
|
||||
- name: get the branch name
|
||||
shell: bash
|
||||
run: echo "::set-env name=BRANCH_NAME::$(echo ${GITHUB_REF#refs/heads/} | sed 's/\//_/g')"
|
||||
|
||||
################################
|
||||
# Run Linter against code base #
|
||||
################################
|
||||
- name: Run Test Cases
|
||||
uses: docker://admiralawkbar/super-linter:${{ GITHUB_REF##*/ }}
|
||||
uses: docker://admiralawkbar/super-linter:${{ BRANCH_NAME }}
|
||||
env:
|
||||
TEST_CASE_RUN: true
|
||||
|
|
Loading…
Reference in a new issue