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 32fbdfd
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 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 @@ -39,12 +39,7 @@ jobs:
- name: Unit test smart contracts
run: npm 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 32fbdfd

Please sign in to comment.