Skip to content

Commit

Permalink
Adding slither
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaiovlabs committed Dec 12, 2022
1 parent 3999e04 commit acce100
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: LBC CI

# Controls when the workflow will run
on:
Expand Down Expand Up @@ -37,14 +37,9 @@ jobs:
run: npm ci

- name: Unit test smart contracts
run: npm test
run: npm run test

- name: Install slither
run: |
python -m pip install --upgrade pip
pip3 install slither-analyzer
- name: Execute slither
run: |
slither contracts/*
uses: crytic/[email protected]
with:
target: 'contracts/'

0 comments on commit acce100

Please sign in to comment.