summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-08 22:41:06 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-08 22:41:06 -0400
commitf8f999ab1c3f98c4ad150855e6e4159090dbda7f (patch)
tree9aa5a2602cb5a76fb723cd6aeb139e5c48c9bfe3 /.github/workflows
parentf0f466b9a1aa9b71a1cf712609322cd3d7598e53 (diff)
Add status badge, rename basic build workflow.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4525aef..9139abc 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