Skip to content

Commit a4f176f

Browse files
hivtushokcodenutt
authored andcommitted
chore: Reorder ci run
1 parent ceec54d commit a4f176f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/ci.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,6 @@ jobs:
3636
- name: Install dependencies
3737
run: npm ci
3838

39-
- name: Build package
40-
run: forge build --build-info --skip test script
41-
42-
- name: Run Slither
43-
uses: crytic/[email protected]
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-
5139
- name: Lint commits - PR
5240
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
5341
if: github.event_name == 'pull_request'
@@ -62,6 +50,18 @@ jobs:
6250
- name: Formatting
6351
run: npm run format:verify
6452

53+
- name: Build package
54+
run: forge build --build-info --skip test script
55+
56+
- name: Run Slither
57+
uses: crytic/[email protected]
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+
6565
- name: "Generate fuzz seed"
6666
run: echo "FOUNDRY_FUZZ_SEED=$(echo $(($EPOCHSECONDS - $EPOCHSECONDS % 604800)))" >> $GITHUB_ENV
6767

0 commit comments

Comments
 (0)