Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 19:07
· 386 commits to master since this release

This release switches this Action from a Docker action to a node Action. The script now runs in the node12-environment.

This change brings the following benefits:

  • Faster run time, as Docker image does not have to be built for every Workflow run
  • Tools like husky can now be executed before a commit is created.

See #45 for more information.