Skip to content

Commit

Permalink
Fix build-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Dec 2, 2024
1 parent 5d687cd commit 35ca3cd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,26 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18

- name: Install yarn
run: npm install -g yarn

- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Install Foundry
uses: foundry-rs/[email protected]
with:
version: nightly-0079a1146b79a4aeda58b0258215bedb1f92700b

- name: Build contracts
working-directory: packages/contracts
run: yarn build

- name: Build and check for warnings
env:
RUSTFLAGS: "-D warnings"
Expand Down

0 comments on commit 35ca3cd

Please sign in to comment.