File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,21 @@ environment and render the proof block from a generated receipt:
1111
1212``` bash
1313python3 -m venv /tmp/gra-proof-pr-venv
14- /tmp/gra-proof-pr-venv/bin/python -m pip install git+https://github.com/saagpatel/proof-pr.git@v0.2.7
15- /tmp/gra-proof-pr-venv/bin/proof-pr init --cwd . --tier T1 --summary " Short PR summary" --output /tmp/gra-proof-pr.json
16- /tmp/gra-proof-pr-venv/bin/proof-pr collect /tmp/gra-proof-pr.json --cwd .
17- /tmp/gra-proof-pr-venv/bin/proof-pr render /tmp/gra-proof-pr.json
18- /tmp/gra-proof-pr-venv/bin/proof-pr receipt-hygiene /tmp/gra-proof-pr.json --explain
14+ /tmp/gra-proof-pr-venv/bin/python -m pip install \
15+ git+https://github.com/saagpatel/proof-pr.git@v0.2.7
16+ /tmp/gra-proof-pr-venv/bin/proof-pr init \
17+ --cwd . \
18+ --tier T1 \
19+ --summary " Short PR summary" \
20+ --output /tmp/gra-proof-pr.json
21+ /tmp/gra-proof-pr-venv/bin/proof-pr collect \
22+ /tmp/gra-proof-pr.json \
23+ --cwd .
24+ /tmp/gra-proof-pr-venv/bin/proof-pr render \
25+ /tmp/gra-proof-pr.json
26+ /tmp/gra-proof-pr-venv/bin/proof-pr receipt-hygiene \
27+ /tmp/gra-proof-pr.json \
28+ --explain
1929```
2030
2131` receipt-hygiene --explain ` is the author-facing nudge for incomplete receipts.
You can’t perform that action at this time.
0 commit comments