Skip to content

Merge pull request #44 from spuxx1701/dependabot/npm_and_yarn/ts-load… #125

Merge pull request #44 from spuxx1701/dependabot/npm_and_yarn/ts-load…

Merge pull request #44 from spuxx1701/dependabot/npm_and_yarn/ts-load… #125

Workflow file for this run

name: main
on:
workflow_dispatch:
push:
branches:
- main
jobs:
run_checks:
name: Run code checks
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_checks.yml@v4.0.0
with:
PNPM_BUILD: true
run_unit_tests:
name: Run tests (vitest)
uses: spuxx1701/ci-cd/.github/workflows/pnpm_run_tests_vitest.yml@v4.0.0
with:
PNPM_BUILD: true
run_release_please:
name: Run release-please
uses: spuxx1701/ci-cd/.github/workflows/pnpm_release-please.yml@v4.0.0
needs:
- run_checks
- run_unit_tests
secrets:
TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}