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 d23fd7e590 - Show all commits

View file

@ -1,12 +1,12 @@
when:
- event: pull_request
repo: kemitix/podal
- event: push
branch: main
steps:
build:
image: rust:latest
pull: true
when:
- event: pull_request
repo: kemitix/podal
- event: push
branch: main
commands:
- rustup component add rustfmt clippy
- cargo --version