Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove slither #72

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading