pr-refactor-scripts #26

Merged
danielfdickinson merged 3 commits from pr-refactor-scripts into main 2026-04-22 23:34:20 -04:00
No description provided.
Output test results using Test Anything Protocol 13,
and as GITHUB_OUTPUT key-value pairs.

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
Try out Ollama and model qwen3.6 running under L.A.T.E.
to generate a README, with some necessary human editing.

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
tests: fix use of _tap_next
All checks were successful
/ pre-commit-checks (push) Successful in 33s
/ pre-commit-checks (pull_request) Successful in 32s
6d3a9b1bdb
_tap_next was being called via  to capture
its output, however this created a subshell that resulted
in the loss of the increment of TAP_COUNTER. We eliminate
the output and use the update TAP_COUNTER after calling
_tap_next intead.

This results in a correct count of TAP tests.

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
danielfdickinson force-pushed pr-refactor-scripts from 6d3a9b1bdb
All checks were successful
/ pre-commit-checks (push) Successful in 33s
/ pre-commit-checks (pull_request) Successful in 32s
to b39fafb05c
All checks were successful
/ pre-commit-checks (push) Successful in 44s
/ pre-commit-checks (pull_request) Successful in 45s
2026-04-22 23:33:33 -04:00
Compare
danielfdickinson scheduled this pull request to auto merge when all checks succeed 2026-04-22 23:33:47 -04:00
danielfdickinson deleted branch pr-refactor-scripts 2026-04-22 23:34:20 -04:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dfd-actions/pre-commit-action!26
No description provided.