We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b62be8 commit 088f7c5Copy full SHA for 088f7c5
.github/workflows/ci-pythnet-sdk.yml
@@ -21,6 +21,7 @@ jobs:
21
- uses: actions-rs/toolchain@v1
22
with:
23
toolchain: 1.82.0
24
+ components: rustfmt, clippy
25
override: true
26
- name: Format check
27
run: cargo fmt --all -- --check
.github/workflows/ci-solana-contract.yml
@@ -27,6 +27,7 @@ jobs:
28
29
toolchain: 1.73.0
30
31
32
- name: Install Solana
33
run: |
0 commit comments