diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-16 23:41:55 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-16 23:41:55 -0400 |
commit | c3dd7b694d30a56b9dc9a0ebec6f9f475f63149d (patch) | |
tree | 03c91d845aacc65b2419370ef73e14e000f51d9f /.github | |
parent | 4f6e2a6694f7f3a5c7d04b984aed218bfff934b1 (diff) |
Initial Lily58 shield definition.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea5f24d..4109161 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,11 @@ jobs: strategy: matrix: board: [proton_c, nice_nano] - shield: [kyria_left, kyria_right, petejohanson_pro_micro_handwire] + shield: + - kyria_left + - kyria_right + - lily58_left + - lily58_right steps: # To use this repository's private action, # you must check out the repository |