Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
@@ -21,6 +21,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.82.0
+ components: rustfmt, clippy
override: true
- name: Format check
run: cargo fmt --all -- --check
@@ -27,6 +27,7 @@ jobs:
toolchain: 1.73.0
- name: Install Solana
run: |