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
- Host: GitHub
- URL: https://github.com/marvinjwendt/run-linter
- Owner: MarvinJWendt
- License: mit
- Created: 2019-09-07T00:10:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T01:23:58.000Z (about 6 years ago)
- Last Synced: 2025-08-13T23:34:26.265Z (about 2 months ago)
- Language: TypeScript
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.