An open API service indexing awesome lists of open source software.

https://github.com/marvinjwendt/run-linter

Automatically lints your code
https://github.com/marvinjwendt/run-linter

Last synced: 28 days ago
JSON representation

Automatically lints your code

Awesome Lists containing this project

README

          

# JavaScript Action Template

This template offers an easy way to get started writing a JavaScript action with TypeScript compile time support, unit testing with Jest and using the GitHub Actions Toolkit.

## Getting Started

See the walkthrough located [here](https://github.com/actions/toolkit/blob/master/docs/javascript-action.md).

In addition to walking your through how to create an action, it also provides strategies for versioning, releasing and referencing your actions.