i5-add-tests (part 3) #9
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
||||||
when:
|
|
||||||
- event: pull_request
|
|
||||||
repo: kemitix/podal
|
|
||||||
- event: push
|
|
||||||
branch: main
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
pull: true
|
pull: true
|
||||||
|
when:
|
||||||
|
- event: pull_request
|
||||||
|
repo: kemitix/podal
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
commands:
|
commands:
|
||||||
- rustup component add rustfmt clippy
|
- rustup component add rustfmt clippy
|
||||||
- cargo --version
|
- cargo --version
|
||||||
|
|
Loading…
Add table
Reference in a new issue