From a3b6949c158a14f7d44d75c7d2cb3fa4dccfbde6 Mon Sep 17 00:00:00 2001 From: Franz Diebold Date: Mon, 22 Jun 2020 09:38:17 +0200 Subject: [PATCH] Rename CI/CD workflow and jobs. --- .github/workflows/ci.yml | 4 ++-- README.md | 2 +- projects/ng-google-sheets-db/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10b04c8..8c7e589 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Test, Lint, Build and Deploy +name: Test, lint, build and deploy on: push: @@ -8,7 +8,7 @@ on: jobs: lib_test_and_lint: - name: Test and Lint library + name: Test and lint library runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 59ebd8b..e929468 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ng-google-sheets-db - Angular Google Sheets DB -[![Test, Lint, Build and Deploy](https://github.com/FranzDiebold/ng-google-sheets-db-library/workflows/Test,%20Lint,%20Build%20and%20Deploy/badge.svg)](https://github.com/FranzDiebold/ng-google-sheets-db-library/actions) +[![Test, lint, build and deploy](https://github.com/FranzDiebold/ng-google-sheets-db-library/workflows/Test,%20lint,%20build%20and%20deploy/badge.svg)](https://github.com/FranzDiebold/ng-google-sheets-db-library/actions) [![demo: app](https://img.shields.io/badge/demo-app-2ca467.svg)](https://franzdiebold.github.io/ng-google-sheets-db-library/) [![demo: StackBlitz](https://img.shields.io/badge/demo-StackBlitz-1389fd.svg)](https://stackblitz.com/edit/ng-google-sheets-db-demo) [![Angular: v9](https://img.shields.io/badge/Angular-v9-DD0031.svg)](./projects/ng-google-sheets-db/package.json) diff --git a/projects/ng-google-sheets-db/README.md b/projects/ng-google-sheets-db/README.md index 59ebd8b..e929468 100644 --- a/projects/ng-google-sheets-db/README.md +++ b/projects/ng-google-sheets-db/README.md @@ -1,6 +1,6 @@ # ng-google-sheets-db - Angular Google Sheets DB -[![Test, Lint, Build and Deploy](https://github.com/FranzDiebold/ng-google-sheets-db-library/workflows/Test,%20Lint,%20Build%20and%20Deploy/badge.svg)](https://github.com/FranzDiebold/ng-google-sheets-db-library/actions) +[![Test, lint, build and deploy](https://github.com/FranzDiebold/ng-google-sheets-db-library/workflows/Test,%20lint,%20build%20and%20deploy/badge.svg)](https://github.com/FranzDiebold/ng-google-sheets-db-library/actions) [![demo: app](https://img.shields.io/badge/demo-app-2ca467.svg)](https://franzdiebold.github.io/ng-google-sheets-db-library/) [![demo: StackBlitz](https://img.shields.io/badge/demo-StackBlitz-1389fd.svg)](https://stackblitz.com/edit/ng-google-sheets-db-demo) [![Angular: v9](https://img.shields.io/badge/Angular-v9-DD0031.svg)](./projects/ng-google-sheets-db/package.json)