feat: update remappings and remove node modules
This commit is contained in:
11
.github/workflows/evm-foundry-ci.yml
vendored
11
.github/workflows/evm-foundry-ci.yml
vendored
@@ -17,17 +17,6 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18'
|
||||
cache: 'yarn'
|
||||
cache-dependency-path: 'foundry/yarn.lock'
|
||||
|
||||
- name: Install Dependencies
|
||||
working-directory: foundry
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
- name: Install Foundry
|
||||
uses: foundry-rs/foundry-toolchain@v1
|
||||
|
||||
|
||||
2
.github/workflows/slither.yml
vendored
2
.github/workflows/slither.yml
vendored
@@ -14,4 +14,4 @@ jobs:
|
||||
- uses: crytic/slither-action@v0.4.0
|
||||
with:
|
||||
target: 'foundry/'
|
||||
slither-args: '--filter-paths foundry/lib/,foundry/node_modules/'
|
||||
slither-args: '--filter-paths foundry/lib/'
|
||||
Reference in New Issue
Block a user