Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 667 Bytes

readme.md

File metadata and controls

12 lines (7 loc) · 667 Bytes

GitHub Actions with Node.js

How to use and develop a GitHub Actions workflow using Node.js

With GitHub Actions you can automate your workflow from idea to production. Focus on what matters: code

Actions can be written in any language, but we will take a closer look in how to write our workflow using Node.js and interact with the full GitHub API.

License license

MIT © Stefan Stölzle