From f3502dbcb5f017e0b62b9cf09cb0e81c26ce4589 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Fri, 11 Dec 2020 21:22:44 +0000 Subject: [PATCH] ci: remove unnecessary comments --- .github/workflows/build.yml | 2 -- .github/workflows/test.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f251e6c..7bfaa897 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d20b28a7..e079754a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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