mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 10:10:56 -05:00
Update step name
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
4d34146719
commit
02c3084702
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
||||||
"ghcr.io/github/super-linter:${tag}"
|
"ghcr.io/github/super-linter:${tag}"
|
||||||
env:
|
env:
|
||||||
tag: ${{ matrix.images.image-id }}
|
tag: ${{ matrix.images.image-id }}
|
||||||
- name: Run All Codebase Super-Linter Tests
|
- name: Lint Codebase
|
||||||
if: ${{ github.repository == 'github/super-linter' && github.ref != 'refs/heads/main' }}
|
if: ${{ github.repository == 'github/super-linter' && github.ref != 'refs/heads/main' }}
|
||||||
run: |
|
run: |
|
||||||
docker run \
|
docker run \
|
||||||
|
|
Loading…
Reference in a new issue