ccc #14

Merged
leon merged 18 commits from ccc into main 2024-02-09 21:26:46 +01:00
Showing only changes of commit bedc5aa8a7 - Show all commits

View File

@ -57,13 +57,13 @@ steps:
- cargo --version
- cargo test --verbose --all
- name: lint-clippy [debug]
image: arm64v8/rust:alpine
commands:
- rustc --version
- cargo --version
- rustup component add clippy
- cargo clippy --verbose --all
#- name: lint-clippy [debug]
# image: arm64v8/rust:alpine
# commands:
# - rustc --version
# - cargo --version
# - rustup component add clippy
# - cargo clippy --verbose --all
- name: format [debug]
image: arm64v8/rust:alpine