Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a validate workflow for each template
Fixes #3 Add a validate workflow to ensure templates are not broken. * Create a new workflow file `.github/workflows/validate.yml`. * Add `on` section to trigger workflow on push to `main` and on new PRs. * Add `env` section to set `NODE_VERSION` and `PNPM_VERSION`. * Add a job matrix to run `pnpm install`, `pnpm build`, and `pnpm typecheck` for each template in parallel. * Add steps to checkout project, setup Node.js, setup pnpm, install dependencies, build, and typecheck for each template. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/caido-community/create-plugin/issues/3?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information