mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -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:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build Image
|
||||
test:
|
||||
name: Build and Test
|
||||
runs-on: ubuntu-20.04-8core-sl
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Reference in a new issue