1
Fork 0
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:
Joshua Goins 2025-04-29 15:28:19 -04:00
parent 21f669e35f
commit 4c409dc90f

View file

@ -13,6 +13,7 @@ env:
jobs: jobs:
reuse: reuse:
name: "REUSE"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -21,6 +22,7 @@ jobs:
uses: fsfe/reuse-action@v5 uses: fsfe/reuse-action@v5
build: build:
name: "Build"
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy: