Skip to content
/ typescript-action Public template

Template repository for building github actions with Typescript

Notifications You must be signed in to change notification settings

brandonc/typescript-action

Repository files navigation

Template Typescript Action

A template repository for building javascript github actions in Typescript. Here is the tooling setup:

  • @vercel/ncc compiles typescript to a single file
  • ts-jest testing
  • prettier formatting
  • CI checks
  • pre-commit protections

Install

npm install npm prepare

Run Tests

npm run test


Example README for Actions follows


Template Typescript Action

This action logs a phrase given as input

Inputs

motd

Optional The phrase to log

About

Template repository for building github actions with Typescript

Topics

Resources

Stars

Watchers

Forks