CI should use cargo fmt and not cargo update
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -22,8 +22,7 @@ jobs:
|
||||
run: sudo apt-get install -y libasound2-dev portaudio19-dev build-essential libpulse-dev libdbus-1-dev libudev-dev libopenxr-loader1 libopenxr-dev
|
||||
- name: "Checks"
|
||||
run: |
|
||||
cargo update
|
||||
#cargo fmt --check
|
||||
cargo fmt --check --all
|
||||
#cargo clippy --no-deps --tests -- -D warnings
|
||||
#cargo rustdoc -- -D warnings
|
||||
- name: "Build"
|
||||
|
||||
1
rustfmt.toml
Normal file
1
rustfmt.toml
Normal file
@@ -0,0 +1 @@
|
||||
# Use defaults
|
||||
Reference in New Issue
Block a user