mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-02 10:59:15 +01:00
CICD: Improved job names
This commit is contained in:
parent
557a748ac7
commit
f5d834407e
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
|||||||
run: bat --list-themes
|
run: bat --list-themes
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: ${{ matrix.job.os }} (${{ matrix.job.target }})
|
||||||
runs-on: ${{ matrix.job.os }}
|
runs-on: ${{ matrix.job.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Loading…
Reference in New Issue
Block a user