File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 36
36
- name : Install dependencies
37
37
run : npm ci
38
38
39
- - name : Build package
40
- run : forge build --build-info --skip test script
41
-
42
- - name : Run Slither
43
-
44
- with :
45
- ignore-compile : true
46
- fail-on : all
47
- solc-version : 0.8.24
48
- slither-version : 0.10.4
49
- node-version : 20
50
-
51
39
- name : Lint commits - PR
52
40
run : npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
53
41
if : github.event_name == 'pull_request'
62
50
- name : Formatting
63
51
run : npm run format:verify
64
52
53
+ - name : Build package
54
+ run : forge build --build-info --skip test script
55
+
56
+ - name : Run Slither
57
+
58
+ with :
59
+ ignore-compile : true
60
+ fail-on : all
61
+ solc-version : 0.8.24
62
+ slither-version : 0.10.4
63
+ node-version : 20
64
+
65
65
- name : " Generate fuzz seed"
66
66
run : echo "FOUNDRY_FUZZ_SEED=$(echo $(($EPOCHSECONDS - $EPOCHSECONDS % 604800)))" >> $GITHUB_ENV
67
67
You can’t perform that action at this time.
0 commit comments