This commit is contained in:
@@ -13,3 +13,6 @@ steps:
|
||||
when:
|
||||
- event: push
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
depends_on:
|
||||
- validate
|
||||
|
@@ -1,5 +1,15 @@
|
||||
steps:
|
||||
build:
|
||||
- name: format
|
||||
image: rust:latest
|
||||
commands:
|
||||
- cargo fmt --all --check
|
||||
|
||||
- name: clippy
|
||||
image: rust:latest
|
||||
commands:
|
||||
- cargo clippy --all --all-features -- -D warnings
|
||||
|
||||
- name: build
|
||||
image: rust:latest
|
||||
commands:
|
||||
- cargo install dioxus-cli --locked -j ${JOBS_NB:-default}
|
||||
|
Reference in New Issue
Block a user