Skip to content

chore(deps): update solana-sdk requirement from =1.18.0 to =2.0.8 #62

chore(deps): update solana-sdk requirement from =1.18.0 to =2.0.8

chore(deps): update solana-sdk requirement from =1.18.0 to =2.0.8 #62

Workflow file for this run

name: Rust Clippy Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: clippy
- name: Run clippy
run: cargo clippy -- -D warnings