mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-11 13:58:28 +00:00
drop check, clippy does it
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
This commit is contained in:
parent
4f40a7053b
commit
aa89d6de4a
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@ -49,21 +49,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: clippy
|
command: clippy
|
||||||
args: --workspace --all-targets --all-features -- -D warnings -W clippy::all
|
args: --workspace --all-targets --all-features -- -D warnings -W clippy::all
|
||||||
|
|
||||||
check:
|
|
||||||
name: cargo check
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
profile: minimal
|
|
||||||
toolchain: stable
|
|
||||||
- run: sudo apt install libxcb-composite0-dev
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- uses: actions-rs/cargo@v1
|
|
||||||
with:
|
|
||||||
command: check
|
|
||||||
- uses: actions-rs/cargo@v1
|
|
||||||
with:
|
|
||||||
command: check
|
|
||||||
args: --all-features
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user