Skip to content

Commit

Permalink
solana: Remove dylint from github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsaigle committed Mar 8, 2024
1 parent 59f46e0 commit 87bf25c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/solana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ jobs:
- name: Run `cargo clippy`
run: cargo clippy --workspace --tests --manifest-path solana/Cargo.toml

- name: Install cargo dylint
run: cargo install cargo-dylint dylint-link

- name: Run `cargo dylint --all --workspace`
run: cargo dylint --workspace --all --manifest-path solana/Cargo.toml

- name: Cache solana tools
id: cache-solana
uses: actions/cache@v3
Expand Down

0 comments on commit 87bf25c

Please sign in to comment.