mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add rustfmt, clippy validation
This commit is contained in:
parent
dd52b6ce2e
commit
612691c208
1 changed files with 4 additions and 0 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -17,6 +17,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Run rustfmt
|
||||||
|
run: cargo fmt --all -- --check
|
||||||
|
- name: Run clippy
|
||||||
|
run: cargo clippy --all-targets
|
||||||
- name: Install system packages
|
- name: Install system packages
|
||||||
run: sudo apt install -y libgtk-4-dev libadwaita-1-dev libsqlite3-dev
|
run: sudo apt install -y libgtk-4-dev libadwaita-1-dev libsqlite3-dev
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue