Skip to content

Add CI workflow for lint, build, and test - #276

Open
yatuk wants to merge 1 commit into
CheckPointSW:mainfrom
yatuk:add-ci-workflow
Open

Add CI workflow for lint, build, and test#276
yatuk wants to merge 1 commit into
CheckPointSW:mainfrom
yatuk:add-ci-workflow

Conversation

@yatuk

@yatuk yatuk commented Aug 10, 2026

Copy link
Copy Markdown

This PR adds a CI workflow that runs on push to \main\ and on pull requests. It currently has no automated testing/linting in CI -- the only workflows are release-related.

What it does

  • Lint: Runs
    px nx run-many --target=lint --all\ across all 22+ packages
  • Build (typecheck): Runs
    pm run build:all\ to typecheck all packages via tsc
  • Test: Runs
    px nx run-many --target=test --all\ across all packages

Why

As a monorepo with 22+ MCP server packages for security products, automated CI validation on every push and PR is critical for maintaining quality and catching regressions early.

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