Don't check deps with clippy.

This commit is contained in:
Luke Curley 2023-10-13 10:46:08 +09:00
parent 8e1f1c2c0d
commit 38435f3b09
2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,3 @@
name: Check
on:
pull_request:
branches: ["main"]
@ -21,5 +19,5 @@ jobs:
# Make sure u guys don't write bad code
- run: cargo test --verbose
- run: cargo clippy
- run: cargo clippy --no-deps
- run: cargo fmt --check

View File

@ -1,5 +1,3 @@
name: Release
on:
push:
branches: ["main"]