From f8f999ab1c3f98c4ad150855e6e4159090dbda7f Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 8 Jun 2020 22:41:06 -0400 Subject: [PATCH] Add status badge, rename basic build workflow. --- .github/workflows/build.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4525aef5..9139abca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ on: [push] jobs: build: runs-on: ubuntu-latest - name: Basic build of the ZMK firmware + name: Build Test steps: # To use this repository's private action, # you must check out the repository diff --git a/README.md b/README.md index b16c67c2..8ed65d7f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Zephyr Mechanical Keyboard (ZMK) Firmware +![Build Test](https://github.com/zmkfirmware/zmk/workflows/Build%20Test/badge.svg) + [![Netlify Status](https://api.netlify.com/api/v1/badges/942d61a9-87c0-4c23-9b51-f5ed0bce495d/deploy-status)](https://app.netlify.com/sites/zmk/deploys) This project is a complete work in progress, with absolutely nothing functioning yet. The goal is to explore a new MK firmware