- provides JSON-Schema definition for Text-Runner config files:
https://raw.githubusercontent.com/kevgo/text-runner/refs/heads/main/documentation/text-runner.schema.json - actions are now type stripped rather than transpiled - if you want to keep
using full TypeScript, move your actions into their own npm modules or
transpile them yourself
Updates to the standard library:
- the new
npm/script-nameaction verifies that filepackage.jsondefines a
script with the given name - the new
npm/script-callaction verifies full calls of a script defined in
package.json - renames
workspace/existing-filetoworkspace/existing-file-with-content - the
workspace/new-fileaction now allows providing the filename via a HTML
attributed calledfilename - new
workspace/existing-fileaction verifies only file existence, not content - new
workspace/empty-fileaction creates an empty file with the given name in
the workspace