peer-group-grading/.woodpecker/cargo_check.yaml
jopejoe1 4b5efaa76e
Some checks failed
ci/woodpecker/pr/cargo_check Pipeline failed
ci/woodpecker/pr/cargo_clippy Pipeline failed
ci/woodpecker/pr/cargo_test Pipeline failed
ci/woodpecker/pr/check_fmt Pipeline was successful
add various cargo ci checks
2025-04-04 12:21:36 +02:00

8 lines
228 B
YAML

when:
- event: pull_request
steps:
- name: "Run cargo check"
image: docker.nix-community.org/nixpkgs/nix-flakes
commands:
- nix run github:nixos/nixpkgs/nixos-unstable#cargo -- check --workspace --all-targets