From 75115e4a65f32584e682ca523bff8bfc622f61d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20P=C3=A9rez=20Mart=C3=ADn?= Date: Wed, 17 Feb 2021 14:33:23 +0100 Subject: [PATCH 1/4] Add test action --- .github/workflows/test.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 00000000..b5588192 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,29 @@ +name: Test + +on: + push: + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Cache node modules + uses: actions/cache@v2 + env: + cache-name: cache-node-modules + with: + path: ~/.cache/yarn + key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn.lock') }} + restore-keys: | + ${{ runner.os }}-build-${{ env.cache-name }}- + ${{ runner.os }}-build- + ${{ runner.os }}- + - name: Setup Node.js environment + uses: actions/setup-node@v2.1.2 + with: + node-version: 14 + registry-url: 'https://registry.npmjs.org' + - run: yarn install + - run: yarn test From e3d7abf3e4f9149f36cd515b2c2623617579e409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20P=C3=A9rez=20Mart=C3=ADn?= Date: Wed, 17 Feb 2021 14:36:23 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bd9489d3..aca2f3ba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ -# Clientkit +

Clientkit

+ +

+ + Test Status + + NPM +

-![npm](https://img.shields.io/npm/v/clientkit.svg) [![Build Status](https://travis-ci.org/firstandthird/clientkit.svg?branch=master)](https://travis-ci.org/firstandthird/clientkit) A UI framework for building client projects efficiently and effectively. @@ -38,6 +44,8 @@ Editor preferences are available in the [editor config](https://github.com/first 3. Install build dependencies: `npm install` 4. Start the build process: `npm start` -## Copyright +--- + + -© 2020. First and Third, Inc. Maintained by [@firstandthird](https://github.com/orgs/firstandthird/people). +_A [First + Third](https://firstandthird.com) Project_ From 9c38308896b24e8c6533eac8edc0e7680271cb51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20P=C3=A9rez=20Mart=C3=ADn?= Date: Wed, 17 Feb 2021 14:37:44 +0100 Subject: [PATCH 3/4] Add npm link and reorder badges --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aca2f3ba..014c87e0 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@

Clientkit

+ + NPM + Test Status - NPM

[![Build Status](https://travis-ci.org/firstandthird/clientkit.svg?branch=master)](https://travis-ci.org/firstandthird/clientkit) From da9feb96666c3f734cfcbcf9cacc973fd0b520aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20P=C3=A9rez=20Mart=C3=ADn?= Date: Wed, 17 Feb 2021 14:37:57 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 014c87e0..4b8adbb0 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@

-[![Build Status](https://travis-ci.org/firstandthird/clientkit.svg?branch=master)](https://travis-ci.org/firstandthird/clientkit) - A UI framework for building client projects efficiently and effectively. ## Table of Contents