Commit Graph

18 Commits

Author SHA1 Message Date
d-kimsuon
9532d75989 chore: add GitHub App token generation to dependency update workflow
- Integrated a step to generate a GitHub App token in the update-dependencies.yml workflow.
- Updated the Create Pull Request action to use the generated token for authentication.
2025-10-19 18:40:42 +09:00
d-kimsuon
4a69a68691 chore: update dependency update command in GitHub Actions workflow
- Modified the dependency update command in the GitHub Actions workflow to remove the `--no-frozen-lockfile` option for improved flexibility during updates.
2025-10-19 18:34:38 +09:00
d-kimsuon
3e598eadbb ci: update concurrency group names in workflow files for clarity 2025-10-18 17:47:40 +09:00
d-kimsuon
d3f3b78acd ci: refine Pinact workflow triggers to include specific paths 2025-10-18 17:44:18 +09:00
claude-code-viewer-bot[bot]
7c972750fd chore(pinact): pin GitHub Actions 2025-10-18 05:25:34 +00:00
d-kimsuon
361700c0c7 chore: adjust permission 2025-10-18 14:25:10 +09:00
d-kimsuon
0cd26a5ed5 ci: add setup-git action for configuring Git in workflows 2025-10-18 13:56:58 +09:00
d-kimsuon
99eeb1c521 ci: add Pinact workflow for action version management 2025-10-18 13:46:18 +09:00
d-kimsuon
cdbea426c1 chore: update action versions in workflows and setup-node 2025-10-18 13:19:33 +09:00
d-kimsuon
a8695e61e4 ci(vrt): clean up existing snapshots before running E2E tests 2025-10-18 13:12:51 +09:00
d-kimsuon
d5b6b8b25d chore: add Dependabot configuration and update dependencies workflow 2025-10-18 13:12:06 +09:00
d-kimsuon
2c0009eca2 ci: rename test job to check and add E2E visual regression tests workflow 2025-10-18 13:01:02 +09:00
d-kimsuon
9ea9a22e5d update ci 2025-10-13 14:39:12 +09:00
d-kimsuon
314cdcc749 ci(e2e): start:e2e server before capturing 2025-10-13 14:39:12 +09:00
d-kimsuon
a19d5f627c chore: fix a bit 2025-10-13 14:39:12 +09:00
d-kimsuon
6d081e54b8 ci(e2e): update snapshots on github actions 2025-10-13 14:39:12 +09:00
d-kimsuon
70d39a2d14 ci: fix workflow 2025-09-07 18:09:25 +09:00
d-kimsuon
580e51f576 feat: add comprehensive CI workflow for quality checks
- Add GitHub Actions workflow for automated testing
- Include lint, typecheck, test, and build validation
- Support Node.js 20.12.0+ with matrix strategy
- Use pnpm 10.8.1 with dependency caching
- Verify CLI binary creation in build step

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-07 17:12:31 +09:00