diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c20d54..d1b8d9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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/slither-action@v0.2.0 + with: + target: 'contracts/'