Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenli86 committed Feb 15, 2025
1 parent 383d2fa commit 9cdb126
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
# Run Forge's formatting checker to ensure consistent code style.
- name: "Forge Fmt"
run: |
docker run --rm -v $(pwd):/mnt ghcr.io/foundry-rs/foundry:stable \
bash -c "forge fmt --check"
docker run --rm -v $(pwd):/mnt ghcr.io/foundry-rs/foundry:stable forge fmt --check
id: fmt

# Build the project and display contract sizes.
Expand Down

0 comments on commit 9cdb126

Please sign in to comment.