mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Add clippy in CI
This commit is contained in:
parent
bbce30bcb7
commit
1787590b7e
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -13,7 +13,9 @@ jobs:
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- name: Setup
|
||||
run: rustup component add rustfmt
|
||||
run: |
|
||||
rustup component add rustfmt
|
||||
rustup component add clippy
|
||||
- name: Format
|
||||
run: cargo fmt --all -- --check
|
||||
- name: Clippy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user