[PR #5360] [MERGED] ci: separate lint and type check #5956

Closed
opened 2026-03-13 12:42:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5360
Author: @himself65
Created: 10/16/2025
Status: Merged
Merged: 10/16/2025
Merged by: @himself65

Base: canaryHead: himself65/2025/10/16/ci.yml


📝 Commits (1)

  • dddb57b ci: separate lint and type check

📊 Changes

1 file changed (+140 additions, -74 deletions)

View changed files

📝 .github/workflows/ci.yml (+140 -74)

📄 Description

Summary by cubic

Split CI into separate lint, typecheck, and test jobs. This makes failures clearer and speeds up feedback by running jobs in parallel.

  • Refactors
    • Added standalone lint job (Node 22.x) with install, build, and lint.
    • Added standalone typecheck job (Node 22.x) with install, build, and typecheck.
    • Updated test job to a Node matrix (22.x, 24.x, 25.x); runs Docker only here.
    • Removed lint and typecheck from the test job.
    • Kept Turbo remote cache for build/lint/typecheck to improve performance.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/5360 **Author:** [@himself65](https://github.com/himself65) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/16/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2025/10/16/ci.yml` --- ### 📝 Commits (1) - [`dddb57b`](https://github.com/better-auth/better-auth/commit/dddb57b5bd282c8e19221f04d3b872b44def75f1) ci: separate lint and type check ### 📊 Changes **1 file changed** (+140 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+140 -74) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Split CI into separate lint, typecheck, and test jobs. This makes failures clearer and speeds up feedback by running jobs in parallel. - **Refactors** - Added standalone lint job (Node 22.x) with install, build, and lint. - Added standalone typecheck job (Node 22.x) with install, build, and typecheck. - Updated test job to a Node matrix (22.x, 24.x, 25.x); runs Docker only here. - Removed lint and typecheck from the test job. - Kept Turbo remote cache for build/lint/typecheck to improve performance. <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 12:42:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#5956