cursedcoder / typescript-actions-monorepo

Template of monorepo for GitHub Actions written in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-actions-monorepo

This is a template of monorepo for GitHub Actions written in TypeScript. Ready to develop on Visual Studio Code. It is based on https://github.com/int128/typescript-action.

Features

  • Configuration for both yarn and vscode
  • Continuous update of dependencies using Renovate
  • Automated release

Actions

Name Description Status
hello-world Hello World hello-world

Development

Release workflow

When a pull request is merged into main branch, a new minor release is created by GitHub Actions. See https://github.com/int128/release-typescript-action for details.

Dependency update

You can enable Renovate to update the dependencies. This repository is shipped with the config https://github.com/int128/typescript-action-renovate-config.

About

Template of monorepo for GitHub Actions written in TypeScript

License:MIT License


Languages

Language:TypeScript 53.0%Language:JavaScript 47.0%