-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55f839c
commit db361f3
Showing
2 changed files
with
0 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,37 +11,6 @@ env: | |
SEPOLIA_RPC: ${{ secrets.SEPOLIA_RPC }} | ||
|
||
jobs: | ||
static-test: | ||
name: slither | ||
runs-on: ubuntu-latest | ||
env: | ||
NODE_ENV: production | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Install Foundry | ||
uses: foundry-rs/foundry-toolchain@v1 | ||
with: | ||
version: nightly | ||
|
||
- name: Use Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18.x | ||
cache: 'yarn' | ||
|
||
- name: Install dependencies | ||
run: yarn --frozen-lockfile --network-concurrency 1 | ||
|
||
- name: Compile contracts | ||
run: yarn build | ||
|
||
- name: Run slither | ||
uses: crytic/[email protected] | ||
with: | ||
slither-config: slither.config.json | ||
fail-on: medium | ||
|
||
unit-tests: | ||
name: Run Unit Tests | ||
runs-on: ubuntu-latest | ||
|
This file was deleted.
Oops, something went wrong.