Compare commits

..

No commits in common. "ba34deb0cd08853fb3523d0240f1f48cda03ff95" and "f985abcc22fbd3eddf0f5d9dfcbb6a0fac59e8cf" have entirely different histories.

View File

@ -1,20 +0,0 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: cargo_check
image: rust
commands:
- cargo check
- name: cargo_test
image: rust
commands:
- cargo test
- name: cargo_clippy
image: rust
commands:
- rustup component add clippy
- cargo clippy