Skip to content

Commit f55223d

Browse files
committed
remove slither
1 parent 63a020c commit f55223d

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

.github/workflows/forge-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: Forge Tests
22

3+
env:
4+
FOUNDRY_PROFILE: "ci"
5+
36
on: [push, pull_request]
47

58
jobs:
69
forge-tests:
710
runs-on: ubuntu-latest
811
steps:
9-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1013

1114
- name: Install Foundry
1215
uses: onbjerg/foundry-toolchain@v1
@@ -15,6 +18,7 @@ jobs:
1518

1619
- name: Install dependencies
1720
run: forge install
21+
# NOTE: must run `forge update` explicitly, repo uses cached deps instead of pulling fresh
1822

1923
- name: Check formatting
2024
run: forge fmt --check

.github/workflows/foundry-gas-diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
permissions:
2121
pull-requests: write
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
with:
2525
submodules: recursive
2626

@@ -38,7 +38,7 @@ jobs:
3838
FOUNDRY_FUZZ_SEED: 0x${{ github.event.pull_request.base.sha || github.sha }}
3939

4040
- name: Compare gas reports
41-
uses: Rubilmax/foundry-gas-diff@v3.14
41+
uses: Rubilmax/foundry-gas-diff@v3.20
4242
with:
4343
summaryQuantile: 0.0 # display all the most significant gas diffs in the summary (defaults to 20%)
4444
sortCriteria: avg,max # sort diff rows by criteria

.github/workflows/slither-report.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)