mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 23:59:52 +03:00
parent
3075e58729
commit
7f66e366b4
2
.github/actions/check_style/action.yml
vendored
2
.github/actions/check_style/action.yml
vendored
@ -14,7 +14,7 @@ runs:
|
||||
# so specify those here, and disable the rest until Zed's workspace
|
||||
# will have more fixes & suppression for the standard lint set
|
||||
run: |
|
||||
cargo clippy --workspace --all-features --all-targets -- -A clippy::all -D clippy::dbg_macro -D clippy::todo
|
||||
cargo clippy --release --workspace --all-features --all-targets -- -A clippy::all -D clippy::dbg_macro -D clippy::todo
|
||||
cargo clippy -p gpui
|
||||
|
||||
- name: Find modified migrations
|
||||
|
Loading…
Reference in New Issue
Block a user