Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed May 17, 2024
1 parent 0355fa7 commit 4f8a04e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache: true
cache-workspaces: true
- run: just clippy

format:
Expand All @@ -43,7 +42,6 @@ jobs:
toolchain: nightly
components: rustfmt
cache: true
cache-workspaces: true
- run: just fmt

build:
Expand All @@ -60,7 +58,6 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache: true
cache-workspaces: true
- run: just build

dependencies:
Expand Down

0 comments on commit 4f8a04e

Please sign in to comment.