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