Install dependencies in a separate step
This commit is contained in:
parent
6b6e339c34
commit
ef644e24e8
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ jobs:
|
||||||
git clone https://codeberg.org/jutty/en .
|
git clone https://codeberg.org/jutty/en .
|
||||||
- name: setup toolchain
|
- name: setup toolchain
|
||||||
run: rustup component add rustfmt clippy
|
run: rustup component add rustfmt clippy
|
||||||
|
- name: install dependencies
|
||||||
|
run: cargo install
|
||||||
- name: formatting
|
- name: formatting
|
||||||
run: cargo fmt -- --check
|
run: cargo fmt -- --check
|
||||||
- name: lints
|
- name: lints
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue