We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a547e7 commit c69de7dCopy full SHA for c69de7d
.github/workflows/main.yml
@@ -1,13 +1,5 @@
1
on:
2
- push:
3
- branches:
4
- - feature/*
5
- - bugfix/*
6
- - develop
7
- - release/*
8
- - hotfix/*
9
- - main
10
- - v5
+ pull_request:
11
12
jobs:
13
# Note: changing the name of the job disables Slither checks with the error:
@@ -48,7 +40,7 @@ jobs:
48
40
- name: Run static analysis with Slither
49
41
uses: crytic/[email protected]
50
42
with:
51
- target: "contracts/tools/testing/slither/"
43
+ target: 'contracts/tools/testing/slither/'
52
44
solc-version: '0.8.21'
53
45
slither-args: --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/
54
46
fail-on: none # TODO set this to high or other
0 commit comments