Skip to content

Commit 255570a

Browse files
committed
Check foundry version in CI
1 parent f0b3133 commit 255570a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
submodules: recursive
8787
- name: Set up environment
8888
uses: ./.github/actions/setup
89+
- name: Check foundry version
90+
run: forge --version
8991
- name: Run tests
9092
run: forge test -vvv
9193

0 commit comments

Comments
 (0)