mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-17 06:37:45 +00:00
Give pretty names to all of the jobs
This commit is contained in:
parent
21f669e35f
commit
4c409dc90f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -13,6 +13,7 @@ env:
|
|||
|
||||
jobs:
|
||||
reuse:
|
||||
name: "REUSE"
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
@ -21,6 +22,7 @@ jobs:
|
|||
uses: fsfe/reuse-action@v5
|
||||
|
||||
build:
|
||||
name: "Build"
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Reference in a new issue