rename workflow
This commit is contained in:
parent
179e9c1d49
commit
5d659b79a2
2 changed files with 4 additions and 2 deletions
2
.github/workflows/ciBuild.yml
vendored
2
.github/workflows/ciBuild.yml
vendored
|
@ -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
|
# 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
|
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
|
||||||
|
|
||||||
name: CI Build
|
name: CIBuild
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
@ -2,10 +2,12 @@
|
||||||
|
|
||||||
<!-- region exclude-from-marketplace -->
|
<!-- region exclude-from-marketplace -->
|
||||||
|
|
||||||
[![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)
|
||||||
|
|
||||||
<!-- endregion exclude-from-marketplace -->
|
<!-- endregion exclude-from-marketplace -->
|
||||||
|
|
||||||
|
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.
|
Use the Appwrite extension to quickly monitor, manage, and interact with your Appwrite instance directly from VS Code.
|
||||||
|
|
||||||
## What is Appwrite?
|
## What is Appwrite?
|
||||||
|
|
Loading…
Reference in a new issue