Skip to content

Commit 587f4cc

Browse files
add imports-usage analysis script to workflow
1 parent b60b139 commit 587f4cc

4 files changed

Lines changed: 1634 additions & 0 deletions

File tree

.github/workflows/fetch-buckets-contracts.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,10 @@ jobs:
300300
run: >
301301
cargo run --locked --release --manifest-path .scripts/dupe-specs-analysis/Cargo.toml contracts/ > analysis/dupe-specs.csv
302302
303+
- name: Run imports-usage
304+
run: >
305+
cargo run --locked --release --manifest-path .scripts/imports-usage/Cargo.toml imports analysis/imports-usage/
306+
303307
- name: Commit contracts
304308
id: commit
305309
run: |
@@ -339,6 +343,7 @@ jobs:
339343
--wat-dir wat
340344
--imports-dir imports
341345
--output-dir docs
346+
342347
- id: deployment
343348
uses: actions/deploy-pages@v4
344349
with:

0 commit comments

Comments
 (0)