Simple Node.js application to demonstrate the use of GitHub Actions
All the tasks necessary for testing, building and deploying this code is already defined in .github/main.workflow so why would you want to also create a Makefile for local development? Now you can use act to run the actions locally!
Try these:
act -a lint- run the linteract -a test- run the linteract- run the the entire pipelineact -l- view the execution graph