ci: improve naming
Improve naming, to make the purpose clearer.
This commit is contained in:
parent
bd849574be
commit
c8bc69fea4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
|
|
@ -11,7 +11,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: "flake check"
|
name: "nix check"
|
||||||
environment: cachix
|
environment: cachix
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue