mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 16:21:00 -05:00
here it is
This commit is contained in:
parent
637ba62362
commit
ea4780a80d
1 changed files with 8 additions and 1 deletions
9
.github/workflows/deploy-DEV.yml
vendored
9
.github/workflows/deploy-DEV.yml
vendored
|
@ -57,10 +57,17 @@ jobs:
|
|||
run: printenv
|
||||
shell: bash
|
||||
|
||||
- name: Extract branch name
|
||||
shell: bash
|
||||
run: echo "::set-env name=BRANCH_NAME::$(echo ${GITHUB_REF#refs/heads/} | sed 's/\//_/g')"
|
||||
|
||||
- name: Test
|
||||
run: echo "${BRANCH_NAME}"
|
||||
|
||||
################################
|
||||
# Run Linter against code base #
|
||||
################################
|
||||
- name: Run Test Cases
|
||||
uses: docker://admiralawkbar/super-linter
|
||||
uses: "docker://admiralawkbar/super-linter:${{BRANCH_NAME}}"
|
||||
env:
|
||||
TEST_CASE_RUN: true
|
||||
|
|
Loading…
Reference in a new issue