stages: - check - build check: stage: check tags: - nix script: - nix develop --command pre-commit run -a - nix build -L - nix develop --command cargo test