fix(workflow): correct Nix CI step in workflow
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:
Harald Hoyer 2025-03-24 13:05:22 +01:00
parent 67120b8211
commit d59819d8f6

View file

@ -4,5 +4,4 @@ jobs:
runs-on: nix
steps:
- uses: actions/checkout@v3
- name: NIX CI
- run: nix run nixpkgs#nixci -- build