Skip to content

Run Linter workflow on PRs to any branch, add build step - #445

Merged
OSPFNeighbour merged 1 commit into
master-devfrom
ci/lint-pr-triggers-and-build
Sep 8, 2026
Merged

Run Linter workflow on PRs to any branch, add build step#445
OSPFNeighbour merged 1 commit into
master-devfrom
ci/lint-pr-triggers-and-build

Conversation

@OSPFNeighbour

Copy link
Copy Markdown
Collaborator

Summary

  • The Linter workflow only triggered on PRs targeting master, but nearly all PRs target master-dev, so it was effectively never running on real PRs.
  • Added a build step (npm run dev) so a PR that breaks webpack compilation is caught in CI, not just at manual dev/prod publish time.

Test plan

  • Verified npm run lint still passes locally (exit 0)
  • Verified npm run lint correctly flags a deliberately introduced error (tested and reverted)
  • Verified npm run dev builds successfully locally

🤖 Generated with Claude Code

Previously the Linter workflow only triggered on PRs targeting
master, but most PRs target master-dev, so it was effectively
never running. Also add a build step so a PR that breaks webpack
compilation is caught before merge, not just at manual publish time.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@OSPFNeighbour
OSPFNeighbour merged commit c5763bc into master-dev Sep 8, 2026
1 check passed
@OSPFNeighbour
OSPFNeighbour deleted the ci/lint-pr-triggers-and-build branch September 8, 2026 22:39
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