Skip to content

7.1.0

Latest
Compare
Choose a tag to compare
@kevgo kevgo released this 07 Mar 16:19
· 22 commits to main since this release
bdf119a

Updates to the standard library:

  • the new npm/script-name action verifies that file package.json defines a
    script with the given name
  • the new npm/script-call action verifies full calls of a script defined in
    package.json
  • renames workspace/existing-file to workspace/existing-file-with-content
  • the workspace/new-file action now allows providing the filename via a HTML
    attributed called filename
  • new workspace/existing-file action verifies only file existence, not content
  • new workspace/empty-file action creates an empty file with the given name in
    the workspace