//workflowsbykevinmarrec

workflows

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

1
0
1
2
TypeScript

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

  • undefinedRelease: 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

[beta]v0.14.0