Skip to content

Commit

Permalink
remove slither
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfoobar committed Jan 15, 2025
1 parent 63a020c commit f55223d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/forge-test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: Forge Tests

env:
FOUNDRY_PROFILE: "ci"

on: [push, pull_request]

jobs:
forge-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
Expand All @@ -15,6 +18,7 @@ jobs:

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

- name: Check formatting
run: forge fmt --check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/foundry-gas-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

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

- name: Compare gas reports
uses: Rubilmax/foundry-gas-diff@v3.14
uses: Rubilmax/foundry-gas-diff@v3.20
with:
summaryQuantile: 0.0 # display all the most significant gas diffs in the summary (defaults to 20%)
sortCriteria: avg,max # sort diff rows by criteria
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/slither-report.yml

This file was deleted.

0 comments on commit f55223d

Please sign in to comment.