1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-02 08:07:45 +00:00

Give prettier names to CI jobs

This commit is contained in:
Joshua Goins 2025-04-29 16:06:33 -04:00
parent 099e5b5b37
commit affa5901fb

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: