Fix names of GHA jobs

This commit is contained in:
Luc Perkins 2023-05-23 23:35:05 +02:00
parent 998a72c8e6
commit a36c77b073
No known key found for this signature in database
GPG Key ID: 4F102D0C16E232F2

View File

@ -7,7 +7,7 @@ on:
jobs:
check-flake-dirty:
name: Check flake.lock test (dirty)
name: Check flake.lock test (dirty 😈)
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
@ -17,7 +17,7 @@ jobs:
run: |
nix develop .#ci -c cargo run -- ./flake.dirty.lock
check-flake-clean:
name: Check flake.lock test (dirty)
name: Check flake.lock test (clean 👼)
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3