proof-pr 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -25735,7 +25735,7 @@ const build_program = new Command();
|
|
|
25735
25735
|
build_program
|
|
25736
25736
|
.name("proof-pr")
|
|
25737
25737
|
.description("Review pull request evidence, scope, and safety before maintainers spend time on it.")
|
|
25738
|
-
.version("0.1.
|
|
25738
|
+
.version("0.1.9");
|
|
25739
25739
|
build_program
|
|
25740
25740
|
.command("scan", { isDefault: true })
|
|
25741
25741
|
.description("Scan a git diff and print a ProofPR report.")
|
|
@@ -25927,7 +25927,7 @@ jobs:
|
|
|
25927
25927
|
runs-on: ubuntu-latest
|
|
25928
25928
|
steps:
|
|
25929
25929
|
- uses: actions/checkout@v4
|
|
25930
|
-
- uses: linsk27/proof-pr@v0.1.
|
|
25930
|
+
- uses: linsk27/proof-pr@v0.1.9
|
|
25931
25931
|
with:
|
|
25932
25932
|
fail-on: ${failOn}
|
|
25933
25933
|
comment: "true"
|