Skip to content

ci: run lint in test workflow#129

Merged
chenjiahan merged 3 commits intomainfrom
chenjiahan/ci-run-lint-in-test-workflow
Apr 14, 2026
Merged

ci: run lint in test workflow#129
chenjiahan merged 3 commits intomainfrom
chenjiahan/ci-run-lint-in-test-workflow

Conversation

@chenjiahan
Copy link
Copy Markdown
Member

Summary

  • Run pnpm run lint in the existing test workflow so lint failures fail CI before Playwright setup and tests.
  • Split dependency installation from Playwright installation to avoid unnecessary browser setup when lint already fails.

Related Links

  • None

Copilot AI review requested due to automatic review settings April 14, 2026 11:17
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the CI test workflow to fail fast on lint errors by running lint before Playwright browser installation, reducing unnecessary setup work when linting fails.

Changes:

  • Split dependency installation and Playwright installation into separate steps.
  • Add an explicit pnpm run lint step before Playwright setup and tests.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@chenjiahan chenjiahan merged commit ddfac02 into main Apr 14, 2026
4 checks passed
@chenjiahan chenjiahan deleted the chenjiahan/ci-run-lint-in-test-workflow branch April 14, 2026 13:15
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.

2 participants