Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 410 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 410 Bytes

Github Actions

A template for making new github actions.

Author

onichandame

Features

  • TypeScript
  • JavaScript action
  • yarn
  • Webpack bundling with minimal configuration

Caveat

  1. Github action engine only understands pure JavaScript and does not allow compilation before running the task. Therefore the bundled script in dist directory must be included in the repo.