pull/1023/head
Josselin 3 years ago
parent eb671ec341
commit 94d0cde9e2
  1. 2
      .github/workflows/ci.yml
  2. 2
      plugin_example/README.md

@ -55,4 +55,4 @@ jobs:
TEST_TYPE: ${{ matrix.type }}
GITHUB_ETHERSCAN: ${{ secrets.GITHUB_ETHERSCAN }}
run: |
bash scripts/ci_test_${TEST_TYPE}.sh
bash "scripts/ci_test_${TEST_TYPE}.sh"

@ -1,6 +1,6 @@
# Slither, Plugin Example
This repo contains an example of plugin for Slither.
This repository contains an example of plugin for Slither.
See the [detector documentation](https://github.com/trailofbits/slither/wiki/Adding-a-new-detector).

Loading…
Cancel
Save