1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-16 22:27:46 +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:
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: