Skip to content

Commit ece1f46

Browse files
committed
chore: ci
1 parent 224f325 commit ece1f46

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -72,30 +72,4 @@ jobs:
7272
- name: Install Dependencies
7373
run: yarn install --frozen-lockfile
7474
- name: Run Check
75-
run: yarn mythril
76-
77-
slither:
78-
runs-on: ubuntu-latest
79-
permissions:
80-
contents: read
81-
security-events: write
82-
steps:
83-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
84-
- uses: actions/setup-node@v3
85-
with:
86-
node-version: 16
87-
- name: Copy configuration file
88-
run: cp .env.example .env
89-
- name: Disable foundry
90-
run: rm foundry.toml
91-
- uses: crytic/[email protected]
92-
id: slither
93-
with:
94-
node-version: 16
95-
sarif: results.sarif
96-
fail-on: none
97-
slither-config: slither.config.json
98-
- name: Upload SARIF file
99-
uses: github/codeql-action/upload-sarif@v2
100-
with:
101-
sarif_file: ${{ steps.slither.outputs.sarif }}
75+
run: yarn mythril

0 commit comments

Comments
 (0)