Skip to content

cortex/github-actions-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Simple Node.js application to demonstrate the use of GitHub Actions

Look Ma, no Makefile!

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 linter
  • act -a test - run the tests
  • act - run the the entire pipeline
  • act -l - view the execution graph

About

Demonstration of GitHub Actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.7%
  • HCL 40.5%
  • Dockerfile 4.8%