Skip to content

Add PR-gating CI workflow#1

Closed
linuxninja39 wants to merge 1 commit into
mainfrom
add-ci-workflow
Closed

Add PR-gating CI workflow#1
linuxninja39 wants to merge 1 commit into
mainfrom
add-ci-workflow

Conversation

@linuxninja39
Copy link
Copy Markdown
Contributor

Summary

  • Adds ci.yml GitHub Actions workflow that runs on every PR to main
  • Runs npm ci, npm run build, npm test -- --run
  • Blocks merge if build or tests fail

Test plan

  • Open this PR and verify the CI action triggers
  • Verify build and test steps run successfully

Runs npm ci, build, and test on every pull request to main.
Blocks merge if build or tests fail.
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.

1 participant