diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
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 |