A collection of reusable GitHub Actions workflows and actions for TypeScript projects.
- Standardized CI/CD workflows for testing, building, and releasing
- Easy integration into any TypeScript repository
- Includes custom actions for setup and automation
- Test: Runs tests and lints code
- Release: Publishes releases to npm
setup-repo: Sets up repository, installs Node.js and dependencies
To use a workflow, reference it in your project’s .github/workflows/*.yml:
# Example: Unit Test
name: Test
uses: nicksp/workflows/.github/workflows/test.yml@mainMIT License © 2025 Nick Plekhanov