i5-add-tests (part 3) #9

Merged
kemitix merged 28 commits from i5-add-tests into main 2023-07-29 20:36:04 +01:00
Showing only changes of commit a25d16efe2 - Show all commits

View file

@ -1,6 +1,11 @@
pipeline:
build:
image: rust
when:
- event: pull_request
repo: kemitix/podal
- event: push
branch: main
commands:
- rustup component add rustfmt clippy
- cargo --version