Skip to content

Commit 4f0b4f8

Browse files
authored
chore: update forge ci to v1.5 (#18)
1 parent 1844e1f commit 4f0b4f8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: Install Foundry
2424
uses: foundry-rs/foundry-toolchain@v1
25+
with:
26+
version: v1.5.0
2527

2628
- name: Show Forge version
2729
run: |

foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ fs_permissions = [{ access = "read", path = "./test/v1.2/evm.proof"}, { access =
1818
runs = 256
1919

2020
[fmt]
21+
ignore = ["src/v1.2", "src/v1.3", "src/v1.4", "test/v1.2", "test/v1.3", "test/v1.4"]
2122
sort_imports = true
2223
bracket_spacing = true
2324
int_types = "long"

0 commit comments

Comments
 (0)