workflows: set action names
All checks were successful
Tests / Go tests (push) Successful in 42s
Nix / NixOS tests (push) Successful in 4m33s

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
Ophestra 2024-12-17 11:06:23 +09:00
parent 35505c8a26
commit 65dc39956f
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q
3 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: check
name: Nix
on:
- push
@ -6,7 +6,7 @@ on:
jobs:
tests:
name: nix-flake-check
name: NixOS tests
runs-on: ubuntu-latest
steps:
- name: Checkout

View File

@ -1,4 +1,4 @@
name: release
name: Release
on:
push:
@ -7,6 +7,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-latest
container:
image: node:16-bookworm-slim

View File

@ -1,4 +1,4 @@
name: test
name: Tests
on:
- push
@ -6,6 +6,7 @@ on:
jobs:
test:
name: Go tests
runs-on: ubuntu-latest
container:
image: node:16-bookworm-slim