Skip to content

Commit c23ae69

Browse files
committed
add CI badge
1 parent ee16dab commit c23ae69

File tree

3 files changed

+2
-55
lines changed

3 files changed

+2
-55
lines changed

.circleci/_config.yml

-53
This file was deleted.

.github/workflows/build_backend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean install 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: build CoderBot backend
4+
name: Build CoderBot backend
55

66
on: push
77

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# backend
2-
[![CoderBotOrg](https://circleci.com/gh/CoderBotOrg/backend.svg?style=svg)](https://circleci.com/gh/CoderBotOrg/backend/tree/master)
2+
[![Build CoderBot backend](https://github.com/CoderBotOrg/backend/actions/workflows/build_backend.yml/badge.svg)
33

44
> CoderBot is a RaspberryPI-based programmable robot for educational purposes. Check the [project website](https://www.coderbot.org) for more information.
55
>

0 commit comments

Comments
 (0)