Browse Source

ci: remove unnecessary comments

xmkb
innovaker 3 years ago committed by Pete Johanson
parent
commit
f3502dbcb5
  1. 2
      .github/workflows/build.yml
  2. 2
      .github/workflows/test.yml

2
.github/workflows/build.yml

@ -62,8 +62,6 @@ jobs: @@ -62,8 +62,6 @@ jobs:
- board: proton_c
shield: clueboard_california
steps:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v2
- name: Cache west modules

2
.github/workflows/test.yml

@ -18,8 +18,6 @@ jobs: @@ -18,8 +18,6 @@ jobs:
container:
image: zmkfirmware/zmk-build-arm:2.4
steps:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v2
- name: Cache west modules

Loading…
Cancel
Save