[PR #80] [MERGED] Basic CI setup #272

Closed
opened 2026-03-02 23:45:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/80
Author: @Adictya
Created: 8/25/2025
Status: Merged
Merged: 8/26/2025
Merged by: @kommander

Base: mainHead: setup-type-and-lint-ci


📝 Commits (2)

  • e112afb add ci scripts
  • 753a713 remove check for ci completion partially

📊 Changes

12 files changed (+197 additions, -126 deletions)

View changed files

.github/workflows/build-core.yml (+28 -0)
.github/workflows/build-react.yml (+34 -0)
.github/workflows/build-solid.yml (+34 -0)
.github/workflows/prettier.yml (+22 -0)
📝 packages/core/scripts/build.ts (+5 -33)
packages/core/tsconfig.build.json (+15 -0)
📝 packages/react/README.md (+3 -1)
📝 packages/react/scripts/build.ts (+5 -46)
packages/react/tsconfig.build.json (+23 -0)
📝 packages/solid/scripts/build.ts (+5 -44)
📝 packages/solid/scripts/solid-plugin.ts (+0 -2)
packages/solid/tsconfig.build.json (+23 -0)

📄 Description

No description provided


🔄 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/anomalyco/opentui/pull/80 **Author:** [@Adictya](https://github.com/Adictya) **Created:** 8/25/2025 **Status:** ✅ Merged **Merged:** 8/26/2025 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `setup-type-and-lint-ci` --- ### 📝 Commits (2) - [`e112afb`](https://github.com/anomalyco/opentui/commit/e112afb930d9d352cc1a4df9a414c7d5e55f69b7) add ci scripts - [`753a713`](https://github.com/anomalyco/opentui/commit/753a7132ab9c54bd56273575996a8a891c3c6c83) remove check for ci completion partially ### 📊 Changes **12 files changed** (+197 additions, -126 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/build-core.yml` (+28 -0) ➕ `.github/workflows/build-react.yml` (+34 -0) ➕ `.github/workflows/build-solid.yml` (+34 -0) ➕ `.github/workflows/prettier.yml` (+22 -0) 📝 `packages/core/scripts/build.ts` (+5 -33) ➕ `packages/core/tsconfig.build.json` (+15 -0) 📝 `packages/react/README.md` (+3 -1) 📝 `packages/react/scripts/build.ts` (+5 -46) ➕ `packages/react/tsconfig.build.json` (+23 -0) 📝 `packages/solid/scripts/build.ts` (+5 -44) 📝 `packages/solid/scripts/solid-plugin.ts` (+0 -2) ➕ `packages/solid/tsconfig.build.json` (+23 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:45:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#272
No description provided.