here it is

This commit is contained in:
Lucas Gravley 2020-02-04 13:00:03 -06:00
parent 637ba62362
commit ea4780a80d

View file

@ -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