Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed Feb 10, 2022
1 parent e9fccdc commit d5fc11e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: crytic/slither-action@v1
- uses: crytic/slither-action@v0.1.0
```
## Options
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run Slither
uses: crytic/slither-action@v1
uses: crytic/slither-action@v0.1.0
id: slither
continue-on-error: true
with:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: crytic/slither-action@v1
- uses: crytic/slither-action@v0.1.0
with:
target: 'src/'
```
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
uses: actions/checkout@v2
- name: Run Slither
uses: crytic/slither-action@v1
uses: crytic/slither-action@v0.1.0
continue-on-error: true
id: slither
with:
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
uses: actions/checkout@v2
- name: Run Slither
uses: crytic/slither-action@v1
uses: crytic/slither-action@v0.1.0
continue-on-error: true
id: slither
with:
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
run: nix-shell --run 'make build'
- name: Run Slither
uses: crytic/slither-action@v1
uses: crytic/slither-action@v0.1.0
with:
ignore-compile: true
```

0 comments on commit d5fc11e

Please sign in to comment.