Finish documenting GPUI
This commit is contained in:
parent
eab2e21126
commit
938b84c045
10 changed files with 74 additions and 10 deletions
1
.github/actions/check_style/action.yml
vendored
1
.github/actions/check_style/action.yml
vendored
|
@ -15,6 +15,7 @@ runs:
|
|||
# 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 -p gpui
|
||||
|
||||
- name: Find modified migrations
|
||||
shell: bash -euxo pipefail {0}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue