Skip to content

Commit

Permalink
minimize change
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Dec 19, 2024
1 parent 7043728 commit d44125c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ concurrency:
group: checks-${{ github.ref }}
cancel-in-progress: true

env:
NODE_OPTIONS: --max_old_space_size=8192

jobs:
lint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -115,11 +118,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up environment
uses: ./.github/actions/setup
- run: rm foundry.toml
- uses: crytic/[email protected]
with:
node-version: 18.15
slither-version: 0.10.1

codespell:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d44125c

Please sign in to comment.