File tree Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0
25+ submodules : true
2526 - name : Install mdbook
2627 run : |
2728 cargo install --git https://github.com/montyly/mdBook.git mdbook || true
Original file line number Diff line number Diff line change 1313 steps :
1414 - name : Checkout repository
1515 uses : actions/checkout@v4
16+ with :
17+ submodules : true
1618
1719 - name : Set up Node.js
1820 uses : actions/setup-node@v3
2325 run : |
2426 npm ci
2527
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+
2635 - name : Run lint
2736 run : |
2837 npm run lint:format
Original file line number Diff line number Diff line change 2424 with :
2525 use-quiet-mode : " yes"
2626 check-modified-files-only : ${{ (github.event_name == 'pull_request' && 'yes') || 'no' }}
27+ submodules : true
Original file line number Diff line number Diff line change 1+ [submodule "program-analysis/medusa "]
2+ path = program-analysis/medusa
3+ url = https://github.com/crytic/medusa.git
Original file line number Diff line number Diff line change 106106 - [ Exercise 6] ( ./program-analysis/echidna/exercises/Exercise-6.md )
107107 - [ Exercise 7] ( ./program-analysis/echidna/exercises/Exercise-7.md )
108108 - [ Exercise 8] ( ./program-analysis/echidna/exercises/Exercise-8.md )
109+ - [ Medusa] ( ./program-analysis/medusa/docs/src/README.md ) - [ Getting Started] ( ./program-analysis/medusa/docs/src/getting_started/installation.md )
110+ - [ Project Configuration] ( ./program-analysis/medusa/docs/src/project_configuration/overview.md )
111+ the vast number of configuration options that can be set up based on your project needs.
112+ - [ Command Line Interface] ( ./program-analysis/medusa/docs/src/cli/overview.md )
113+ - [ Writing Tests] ( ./program-analysis/medusa/docs/src/testing/overview.md )
114+ - [ API (WIP)] ( ./program-analysis/medusa/docs/src/api/api_overview.md )
115+ - [ Cheatcodes] ( ./program-analysis/medusa/docs/src/cheatcodes/cheatcodes_overview.md )
116+ - [ Console Logging] ( ./program-analysis/medusa/docs/src/console_logging.md )
117+ - [ FAQ] ( ./program-analysis/medusa/docs/src/faq.md )
109118 - [ Manticore] ( ./program-analysis/manticore/README.md )
110119 - [ Introduction to symbolic execution] ( ./program-analysis/manticore/symbolic-execution-introduction.md ) :
111120 - [ Running under Manticore] ( ./program-analysis/manticore/running-under-manticore.md )
You can’t perform that action at this time.
0 commit comments