Skip to content

[codex] Add PR CI workflow#15

Merged
haan merged 1 commit into
mainfrom
codex-add-pr-ci
May 25, 2026
Merged

[codex] Add PR CI workflow#15
haan merged 1 commit into
mainfrom
codex-add-pr-ci

Conversation

@haan
Copy link
Copy Markdown
Owner

@haan haan commented May 25, 2026

Summary

Adds a pull request CI workflow for dependency and application changes.

The workflow runs on pull requests targeting main and can also be started manually. It installs dependencies with npm ci, runs npm run lint, and runs npm run build.

Why

The open Dependabot PRs currently have no checks reported, so they are mergeable without automated verification. This gives future Dependabot updates and normal PRs a consistent baseline signal before merge.

Validation

  • npm run lint
  • npm run build

@haan haan marked this pull request as ready for review May 25, 2026 14:51
@haan haan merged commit 25f91fe into main May 25, 2026
1 check passed
@haan haan deleted the codex-add-pr-ci branch May 25, 2026 15:16
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