Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
dd0sxx committed Jan 8, 2024
1 parent 6007a92 commit a51121d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: 2bcb4a1aded22c7f5c1263462acb6c75409dabeb
version: 5b7e4cb3c882b28f3c32ba580de27ce7381f415a

- name: Build contracts
run: |
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: 2bcb4a1aded22c7f5c1263462acb6c75409dabeb
version: 5b7e4cb3c882b28f3c32ba580de27ce7381f415a

- name: Run tests
run: forge test -vvv
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: 2bcb4a1aded22c7f5c1263462acb6c75409dabeb
version: 5b7e4cb3c882b28f3c32ba580de27ce7381f415a

- name: Run coverage
run: forge coverage --report summary --report lcov
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: 2bcb4a1aded22c7f5c1263462acb6c75409dabeb
version: 5b7e4cb3c882b28f3c32ba580de27ce7381f415a

- name: Check formatting
run: forge fmt --check
Expand All @@ -109,7 +109,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: 2bcb4a1aded22c7f5c1263462acb6c75409dabeb
version: 5b7e4cb3c882b28f3c32ba580de27ce7381f415a

- name: Install scopelint
uses: engineerd/[email protected]
Expand Down

0 comments on commit a51121d

Please sign in to comment.