1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-01 15:57: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:
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: