@biffo/cli 0.318.3 → 0.318.5
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/package.json +1 -1
- package/scripts/verify.sh +10 -0
package/package.json
CHANGED
package/scripts/verify.sh
CHANGED
|
@@ -1527,6 +1527,16 @@ fi
|
|
|
1527
1527
|
[ -f scripts/rerun-on-runner-loss.test.sh ] &&
|
|
1528
1528
|
run_check rerun-on-runner-loss sh scripts/rerun-on-runner-loss.test.sh
|
|
1529
1529
|
|
|
1530
|
+
# Same shape again (#2076): stubs `gh` on PATH and runs the extracted
|
|
1531
|
+
# plugin-staleness filing step, discovery loop and tagger against fixtures,
|
|
1532
|
+
# so no network and no Actions run. Needs `node`, which every JS-backed check
|
|
1533
|
+
# above already needs. Measured here: ~0.4s. It belongs in the local gate for
|
|
1534
|
+
# the same reason rerun-on-runner-loss does -- plugin-staleness-report.yml is
|
|
1535
|
+
# a scheduled workflow, so the pull request that changes it never runs it, and
|
|
1536
|
+
# this self-test is the only thing that sees the change before it is live.
|
|
1537
|
+
[ -f scripts/plugin-staleness-target-repo.test.sh ] &&
|
|
1538
|
+
run_check plugin-staleness-target-repo sh scripts/plugin-staleness-target-repo.test.sh
|
|
1539
|
+
|
|
1530
1540
|
# The DDL module-number allocator's own race-freedom proof (#1886): races real
|
|
1531
1541
|
# `git` processes against throwaway local bare repos (never a mock of git, and
|
|
1532
1542
|
# never /tmp -- repo-local scratch dirs cleaned up by its own trap), so it needs
|