How about this
Some checks failed
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/all-checks-complete unknown status

This commit is contained in:
Smaug123
2023-07-23 17:44:22 +01:00
parent 8fd9980d29
commit ed41d77f58

View File

@@ -3,10 +3,10 @@ pipeline:
image: nixos/nix image: nixos/nix
commands: commands:
# Lint # Lint
- nix --experimental-features 'nix-command flakes' develop --command cargo -- fmt --all -- --check - nix --store /mnt/nix --eval-store local --experimental-features 'nix-command flakes' develop --command cargo -- fmt --all -- --check
- nix --experimental-features 'nix-command flakes' develop --command cargo -- clippy -- -D warnings -W clippy::must_use_candidate - nix --store /mnt/nix --eval-store local --experimental-features 'nix-command flakes' develop --command cargo -- clippy -- -D warnings -W clippy::must_use_candidate
- nix --experimental-features 'nix-command flakes' develop .#ci --command alejandra -- --check . - nix --store /mnt/nix --eval-store local --experimental-features 'nix-command flakes' develop .#ci --command alejandra -- --check .
- nix --experimental-features 'nix-command flakes' develop .#ci --command markdown-link-check README.md - nix --store /mnt/nix --eval-store local --experimental-features 'nix-command flakes' develop .#ci --command markdown-link-check README.md
# Test # Test
- nix --experimental-features 'nix-command flakes' develop --command cargo test --verbose --release - nix --experimental-features 'nix-command flakes' develop --command cargo test --verbose --release
- nix --experimental-features 'nix-command flakes' develop --command cargo test --verbose - nix --experimental-features 'nix-command flakes' develop --command cargo test --verbose