Delete bad

This commit is contained in:
Smaug123
2023-07-23 17:03:46 +01:00
parent e03d9ee56e
commit f91a156b52

View File

@@ -2,9 +2,6 @@ pipeline:
build:
image: nixos/nix
commands:
- echo ${CI_BUILD_EVENT}
- echo ${CI_COMMIT_BRANCH}
- echo ${CI_REPO_DEFAULT_BRANCH}
# Lint
- nix --store /mnt/nix --experimental-features 'nix-command flakes' develop --command cargo -- fmt --all -- --check
- nix --store /mnt/nix --experimental-features 'nix-command flakes' develop --command cargo -- clippy -- -D warnings -W clippy::must_use_candidate