Skip to content

Commit a0daa57

Browse files
committed
add badges
Signed-off-by: shmck <[email protected]>
1 parent 1824de1 commit a0daa57

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: .github/workflows/npm-publish.yml renamed to .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: npm-publish
1+
name: Publish
22
on:
33
push:
44
tags:

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Build
22
on: push
33
jobs:
44
build:

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
![Build](https://github.com/coderoad/coderoad-cli/workflows/Build/badge.svg)
2+
![Publish](https://github.com/coderoad/coderoad-cli/workflows/Publish/badge.svg)
3+
![NPM](https://img.shields.io/npm/v/@coderoad/cli?color=green&label=npm%3A%40coderoad%2Fcli)
4+
15
# CodeRoad Buidler - CLI
26

37
Command line interface for [CodeRoad](https://marketplace.visualstudio.com/items?itemName=CodeRoad.coderoad).

0 commit comments

Comments
 (0)