Skip to content

Commit 0953375

Browse files
committed
chore: add github actions badge to readme
1 parent ed672b7 commit 0953375

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

4-
name: Node.js CI
4+
name: Tests
55

66
on:
77
push:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Node.js CI](https://github.com/project-codeflare/codeflare-cli/actions/workflows/test.yml/badge.svg)](https://github.com/project-codeflare/codeflare-cli/actions/workflows/test.yml)
2+
13
# CodeFlare Desktop Client
24

35
<p align="center">

0 commit comments

Comments
 (0)