-
Notifications
You must be signed in to change notification settings - Fork 9
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
3999e04
commit acce100
Showing
1 changed file
with
5 additions
and
10 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 |
---|---|---|
@@ -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: | ||
|
@@ -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/' |