Skip to content

Commit b00dc7e

Browse files
committed
minor
1 parent 9709bbe commit b00dc7e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/lint_format.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
run: |
2626
npm ci
2727
28+
- name: Remove Medusa uncessary files
29+
run: |
30+
rm -rf program-analysis/medusa/chain
31+
rm -rf program-analysis/medusa/compilation
32+
rm -rf program-analysis/medusa/fuzzing
33+
rm program-analysis/medusa/docs/theme/highlight.js
34+
2835
- name: Run lint
2936
run: |
3037
npm run lint:format

0 commit comments

Comments
 (0)