Skip to content

Commit cea6615

Browse files
committed
mm
2 parents 84f6a69 + c66a601 commit cea6615

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2081
-1987
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: baptiste0928/cargo-install@v3
2525
with:
2626
crate: cargo-audit
27+
version: "0.21.1"
2728
- run: cargo audit --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2024-0344 --ignore RUSTSEC-2024-0421 --ignore RUSTSEC-2025-0022 --ignore RUSTSEC-2025-0009 --ignore RUSTSEC-2025-0004 --ignore RUSTSEC-2024-0357 --ignore RUSTSEC-2024-0336
2829

2930
lint:
@@ -97,9 +98,9 @@ jobs:
9798
- name: add to path
9899
run: echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
99100
# build the program and IDL; exit if error
100-
- run: anchor build --idl idl
101+
- run: RUSTUP_TOOLCHAIN=nightly-2025-08-01 anchor build --idl idl
101102
- name: Check for diff on IDL
102-
run: git diff -- programs --exit-code
103+
run: git diff --exit-code programs/validator-history/idl/validator_history.json programs/steward/idl/steward.json
103104

104105
# run verified build
105106
- run: git checkout $(git rev-parse --abbrev-ref HEAD) -- Cargo.lock

.github/workflows/gh-pages.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)