File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11echo " ### simple-json-parser: parse github-api.json (SDE)" > $GITHUB_STEP_SUMMARY
22echo " " > $GITHUB_STEP_SUMMARY
3- depict count --format markdown --write-results-to $GITHUB_STEP_SUMMARY target/release/examples /parse github-api.json
3+ ./ depict count --format markdown --write-results-to $GITHUB_STEP_SUMMARY . /parse github-api.json
Original file line number Diff line number Diff line change 11gh repo clone kaleidawave/depict
2- cd depict && git checkout cli-improvements && cd ..
3- cargo install --path depict
4- depict install
2+ cd depict
3+ git checkout cli-improvements
4+ cargo build
5+ mv target/debug/depict ~
6+ cd ~
57
6- gh repo clone kaleidawave/simple-json-parser .
8+ gh repo clone kaleidawave/simple-json-parser
9+ cd simple-json-parser
710git checkout improvements
8- git status
9- cargo b -- release --example parse
11+ cargo b --release --example parse
12+ mv target/ release/examples/ parse ~
You can’t perform that action at this time.
0 commit comments