Skip to content

Commit

Permalink
fix: rm slither from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-something committed May 20, 2024
1 parent 55f839c commit db361f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 0 additions & 10 deletions slither.config.json

This file was deleted.

0 comments on commit db361f3

Please sign in to comment.