mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Fix workflow name
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
f3c9bbd0ef
commit
254b18b743
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -1,11 +1,11 @@
|
||||||
name: Build Image
|
name: Build and Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
test:
|
||||||
name: Build Image
|
name: Build and Test
|
||||||
runs-on: ubuntu-20.04-8core-sl
|
runs-on: ubuntu-20.04-8core-sl
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Reference in a new issue