Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed May 20, 2024
1 parent 9709bbe commit b00dc7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
run: |
npm ci
- name: Remove Medusa uncessary files
run: |
rm -rf program-analysis/medusa/chain
rm -rf program-analysis/medusa/compilation
rm -rf program-analysis/medusa/fuzzing
rm program-analysis/medusa/docs/theme/highlight.js
- name: Run lint
run: |
npm run lint:format

0 comments on commit b00dc7e

Please sign in to comment.