We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314b703 commit 9723c0cCopy full SHA for 9723c0c
.github/CODEOWNERS
@@ -1 +1,2 @@
1
* @lidofinance/lido-si
2
+.github @lidofinance/review-gh-workflows
.github/workflows/checks.yml
@@ -32,9 +32,7 @@ jobs:
32
run: yarn test:unit
33
34
- name: Install Foundry
35
- uses: foundry-rs/foundry-toolchain@v1
36
- with:
37
- version: nightly
+ uses: foundry-rs/foundry-toolchain@8789b3e21e6c11b2697f5eb56eddae542f746c10
38
39
- name: Run Integration Tests
40
env:
0 commit comments