Skip to content

Commit ce53995

Browse files
committed
Install forge before running pre-commit
1 parent 08ef5d8 commit ce53995

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10+
with:
11+
submodules: recursive
12+
1013
- uses: actions/setup-python@v3
14+
15+
- name: Install Foundry
16+
uses: foundry-rs/foundry-toolchain@v1
17+
1118
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)