Skip to content

Commit

Permalink
fix(gitpod): prepare rust component eariler
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Jun 3, 2022
1 parent 1c4fc1d commit 58a5e0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ tasks:
- name: Install cargo-udeps
init: cargo install cargo-udeps
- name: Pre-run check, clippy and build
init: |
before:
cargo check
init: |
cargo clippy
cargo build
vscode:
Expand Down

0 comments on commit 58a5e0f

Please sign in to comment.