Skip to content

Commit

Permalink
fix: add bash
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenli86 committed Feb 15, 2025
1 parent 534882f commit ebb3ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Run Forge's formatting checker to ensure consistent code style.
- name: "Forge Fmt"
run: |
docker run --rm -v $(pwd):/mnt -w /mnt ghcr.io/foundry-rs/foundry:stable forge fmt --check
docker run --rm -v $(pwd):/mnt -w /mnt ghcr.io/foundry-rs/foundry:stable bash -c "forge fmt --check"
# Build the project and display contract sizes.
- name: Forge Version
Expand Down

0 comments on commit ebb3ffb

Please sign in to comment.