From 5d659b79a2875f8f45cd23b2e1613645b23f7513 Mon Sep 17 00:00:00 2001 From: alexweininger Date: Fri, 30 Apr 2021 01:25:51 -0700 Subject: [PATCH] rename workflow --- .github/workflows/ciBuild.yml | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ciBuild.yml b/.github/workflows/ciBuild.yml index d906bcd..d1f0deb 100644 --- a/.github/workflows/ciBuild.yml +++ b/.github/workflows/ciBuild.yml @@ -1,7 +1,7 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: CI Build +name: CIBuild on: push: diff --git a/README.md b/README.md index a7f05b1..499a02a 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ -[![Version](https://vsmarketplacebadge.apphb.com/version/streamlux.vscode-appwrite.svg)](https://marketplace.visualstudio.com/items?itemName=streamlux.vscode-appwrite) [![Installs](https://vsmarketplacebadge.apphb.com/installs-short/streamlux.vscode-appwrite.svg)](https://marketplace.visualstudio.com/items?itemName=streamlux.vscode-appwrite) [![Build](https://github.com/streamlux/vscode-appwrite/actions/workflows/ciBuild.yml/badge.svg)](https://github.com/streamlux/vscode-appwrite/actions/workflows/ciBuild.yml) +[![Version](https://vsmarketplacebadge.apphb.com/version/streamlux.vscode-appwrite.svg)](https://marketplace.visualstudio.com/items?itemName=streamlux.vscode-appwrite) [![Installs](https://vsmarketplacebadge.apphb.com/installs-short/streamlux.vscode-appwrite.svg)](https://marketplace.visualstudio.com/items?itemName=streamlux.vscode-appwrite) [![Build](https://github.com/streamlux/vscode-appwrite/actions/workflows/ciBuild.yml/badge.svg)](https://github.com/streamlux/vscode-appwrite/actions/workflows/ciBuild.yml) ![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/streamlux/vscode-appwrite/ciBuild/main?label=Build) +https://img.shields.io/github/workflow/status/streamlux/vscode-appwrite/ciBuild/main.svg?label=Build + Use the Appwrite extension to quickly monitor, manage, and interact with your Appwrite instance directly from VS Code. ## What is Appwrite?