init-ci (2/2) #14

Merged
notohh merged 9 commits from init-cli-p2 into main 2024-02-25 12:13:35 -05:00
Showing only changes of commit 9c3318c6f6 - Show all commits

View file

@ -5,7 +5,7 @@ when:
steps:
cargo_clippy:
image: rustlang/rust:nightly
image: rust
commands:
- cargo clippy
cargo_test: