0.0.1 • Published 3 years ago

@gdfreitasdev/nodejs-github-actions-sample v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

nodejs-github-actions-sample

Node.js sample for installing, building, testing and publishing libraries

Workflows

Main

Triggers on pushes to any branch and pull_requests

See at .github/workflows/main.yml

Steps

  • Checkout
  • Install
  • Build
  • Test

Release

Triggers on creation of releases

See at .github/workflows/release.yml

Steps:

  • ... same previous steps as main workflow
  • Publish to NPM Registry

GitHub Actions Documentations