Skip to content

Fix/sdk ci workflow#45

Merged
devmocrea merged 10 commits into
mainfrom
fix/sdk-ci-workflow
May 22, 2026
Merged

Fix/sdk ci workflow#45
devmocrea merged 10 commits into
mainfrom
fix/sdk-ci-workflow

Conversation

@devmocrea
Copy link
Copy Markdown
Owner

Accomplishments
GitHub Actions CI Workflow Setup:

Programmed

.github/workflows/sdk-ci.yml
to execute on pull requests targeting main.
Optimized trigger scope using path filtering so that it only executes when files under packages/sdk/** or the workflow itself are modified.
Configured Node.js and pnpm with dependency caching to ensure fast and reproducible builds.
Configured dependency installation with pnpm install --frozen-lockfile and compilation checks using pnpm --filter susuchain-sdk build.

Closes #29

@vercel
Copy link
Copy Markdown

vercel Bot commented May 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
project-fyjjc Error Error May 22, 2026 12:49pm
susu-chain-web Ready Ready Preview, Comment May 22, 2026 12:49pm
susu-chain-web-glkv Ready Ready Preview, Comment May 22, 2026 12:49pm

@devmocrea devmocrea merged commit 18720a9 into main May 22, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

enhancement: establish GitHub Actions workflow for SDK build checks

1 participant