Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remarkablemark/github-actions-typescript-template
⚙️ GitHub Actions TypeScript Template
https://github.com/remarkablemark/github-actions-typescript-template
action actions ci github github-action github-actions template typescript
Last synced: about 1 month ago
JSON representation
⚙️ GitHub Actions TypeScript Template
- Host: GitHub
- URL: https://github.com/remarkablemark/github-actions-typescript-template
- Owner: remarkablemark
- License: mit
- Created: 2023-04-03T04:10:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T17:29:38.000Z (3 months ago)
- Last Synced: 2024-10-24T01:14:13.160Z (3 months ago)
- Topics: action, actions, ci, github, github-action, github-actions, template, typescript
- Language: TypeScript
- Homepage:
- Size: 2.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# github-actions-typescript-template
[![version](https://badgen.net/github/release/remarkablemark/github-actions-typescript-template)](https://github.com/remarkablemark/github-actions-typescript-template/releases)
[![build](https://github.com/remarkablemark/github-actions-typescript-template/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablemark/github-actions-typescript-template/actions/workflows/build.yml):gear: GitHub Actions TypeScript Template. Inspired by [actions/typescript-action](https://github.com/actions/typescript-action).
## Quick Start
```yaml
- name: GitHub Actions TypeScript Template
uses: remarkablemark/github-actions-typescript-template@v1
```## Usage
See [action.yml](action.yml)
**Basic:**
```yaml
- uses: remarkablemark/github-actions-typescript-template@v1
```## Inputs
### `version`
**Optional**: The version. Defaults to `1.2.3`:
```yaml
- uses: remarkablemark/github-actions-typescript-template@v1
with:
version: 1.2.3
```## Contributions
Contributions are welcome!
## License
[MIT](LICENSE)