workflows: set action names
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
parent
35505c8a26
commit
65dc39956f
@ -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
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user