Add rustup call to setup formatting
This commit is contained in:
parent
90a761a273
commit
3fbd7185a2
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,9 @@ jobs:
|
||||||
git clone https://codeberg.org/jutty/en
|
git clone https://codeberg.org/jutty/en
|
||||||
cd en
|
cd en
|
||||||
- name: formatting
|
- name: formatting
|
||||||
run: cargo fmt -- --check
|
run: |
|
||||||
|
rustup component add rustfmt
|
||||||
|
cargo fmt -- --check
|
||||||
- name: lints
|
- name: lints
|
||||||
run: cargo clippy -- -Dwarnings
|
run: cargo clippy -- -Dwarnings
|
||||||
- name: cargo
|
- name: cargo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue