workflows

A collection of reusable GitHub Actions workflows and actions for TypeScript projects.

1
0
1
1
TypeScript
public

kevinmarrec/workflows

A collection of reusable GitHub Actions workflows and actions for TypeScript projects.

Features

  • Standardized CI/CD workflow for releasing
  • Easy integration into any TypeScript repository
  • Includes custom actions for setup and automation

Included Workflows

  • Release: Publishes releases to npm

Usage

To use a workflow, reference it in your project’s .github/workflows/*.yml:

# Example: Release
name: Release
uses: kevinmarrec/workflows/.github/workflows/release.yml@main

Actions

v0.3.3[beta]