A collection of reusable GitHub Actions workflows and actions for TypeScript projects.
A collection of reusable GitHub Actions workflows and actions for TypeScript projects.
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
setup-bun/action.yml: Setup Bun, Node.js and installs dependenciesfilesize-diff/action.yml: Analyze file size differences between the current branch and main branch, and comment on PRs with changes