Skip to content

Commit

Permalink
Remove clippy from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Comeza committed May 14, 2024
1 parent beab45c commit 074ccee
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,10 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Change directory
run: cd robusta

- uses: actions/cache@v3
with:
path: target
key: ${{ runner.os }}-robusta-mister-x

- name: 🚧 Build robusta
run: cargo clippy --frozen

- name: 🔬 Rust fmt
run: cargo fmt --check --all
Expand All @@ -53,9 +47,6 @@ jobs:

- name: 🚧 Setup bun
uses: oven-sh/setup-bun@v1

- name: Change directory
run: cd liberica

- name: 🚧 Install dependencies
run: bun install
Expand Down

0 comments on commit 074ccee

Please sign in to comment.