Skip to content

Commit

Permalink
chore: Smartbugs analyze Greeter.sol only
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Sep 13, 2021
1 parent 6735f74 commit e3f4e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/truffle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
- name: Install SmartBugs Dependencies
run: cd smartbugs;pip install -r requirements.txt
- name: Run SmartBugs Analysis
run: DIR=$(pwd);cd smartbugs;python smartBugs.py --tool all --file $DIR/contracts
run: DIR=$(pwd);cd smartbugs;python smartBugs.py --tool all --file $DIR/contracts/Greeter.sol


0 comments on commit e3f4e0f

Please sign in to comment.