vault-hier/.forgejo/workflows/nix.yaml
Harald Hoyer d59819d8f6
All checks were successful
/ build (push) Successful in 8m1s
fix(workflow): correct Nix CI step in workflow
- Removed redundant step name in Nix CI configuration.
- Ensured the `nix run` command executes without a named step.
2025-03-24 13:05:22 +01:00

8 lines
132 B
YAML

on: [push]
jobs:
build:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix run nixpkgs#nixci -- build