fix(workflow): correct Nix CI step in workflow
All checks were successful
/ build (push) Successful in 8m1s
All checks were successful
/ build (push) Successful in 8m1s
- Removed redundant step name in Nix CI configuration. - Ensured the `nix run` command executes without a named step.
This commit is contained in:
parent
67120b8211
commit
d59819d8f6
|
@ -4,5 +4,4 @@ jobs:
|
|||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: NIX CI
|
||||
- run: nix run nixpkgs#nixci -- build
|
||||
|
|
Loading…
Reference in a new issue