Skip to content

Commit

Permalink
rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Jan 7, 2025
1 parent 79d9b4b commit 9892c67
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ jobs:
submodules: recursive
- name: Install Protoc
run: sudo apt-get install -y protobuf-compiler
- run: rustup component add clippy
- name: install Rust
uses: actions-rs/toolchain@v1
with:
# If you update this, also update build.mjs
toolchain: nightly-2023-11-16
override: true
- run: rustup component add clippy rustfmt
- name: format
run: cargo fmt --all -- --check
- name: lint
Expand Down

0 comments on commit 9892c67

Please sign in to comment.