From d40d603fa6f9d7432a5ec7ad020c2e380f3f30f7 Mon Sep 17 00:00:00 2001 From: muxiangqiu Date: Mon, 7 Oct 2024 21:01:05 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 6 +++--- README.md | 1 + README.zh-cn.md | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8cf7c4e02..43cfd152e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,9 +61,9 @@ jobs: if: github.ref == 'refs/heads/main' && github.event_name != 'schedule' # We still publish the manually dispatched workflows: 'workflow_dispatch'. runs-on: ubuntu-18.04 - The current approach is silly. We should be smarter and use `actions/upload-artifact` and `actions/download-artifact` instead of rebuilding - everything from scratch again. (git checkout, Node.js install, yarn, etc.) It was not possible to share artifacts on Travis CI without an - external storage (such as S3), so we did rebuild everything before the npm publish. We should overcome this limitation with GH Actions. + # The current approach is silly. We should be smarter and use `actions/upload-artifact` and `actions/download-artifact` instead of rebuilding + # everything from scratch again. (git checkout, Node.js install, yarn, etc.) It was not possible to share artifacts on Travis CI without an + # external storage (such as S3), so we did rebuild everything before the npm publish. We should overcome this limitation with GH Actions. steps: - name: Checkout diff --git a/README.md b/README.md index a344873f9..9210ec859 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ English | [简体中文](./README.zh-cn.md) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/cellbang/cell/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/@celljs/core.svg?style=flat)](https://www.npmjs.com/org/cell) [![npm downloads](https://img.shields.io/npm/dm/@celljs/core.svg?style=flat)](https://www.npmjs.com/org/celljs) +[![Build Status](https://github.com/cellbang/cell/workflows/Build/badge.svg?branch=master)](https://github.com/cellbang/cell/actions?query=branch%3Amaster+event%3Apush+event%3Aschedule) [![star](https://gitee.com/cellbang/malagu/badge/star.svg?theme=dark)](https://gitee.com/cellbang/malagu) Cell is a Serverless First, componentized, platform-independent progressive application framework based on TypeScript. diff --git a/README.zh-cn.md b/README.zh-cn.md index 3713f7d84..3101c81c5 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -8,6 +8,7 @@ [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/cellbang/cell/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/@celljs/core.svg?style=flat)](https://www.npmjs.com/org/celljs) [![npm downloads](https://img.shields.io/npm/dm/@celljs/core.svg?style=flat)](https://www.npmjs.com/org/celljs) +[![Build Status](https://github.com/cellbang/cell/workflows/Build/badge.svg?branch=master)](https://github.com/cellbang/cell/actions?query=branch%3Amaster+event%3Apush+event%3Aschedule) [![star](https://gitee.com/cellbang/malagu/badge/star.svg?theme=dark)](https://gitee.com/cellbang/malagu) Cell 是基于 TypeScript 的 Serverless First、组件化、平台无关的渐进式应用框架。