fix action #90
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push, pull_request, workflow_dispatch] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: Build | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Build Ferris Sweep | |
uses: zmkfirmware/zmk-build-arm@stable | |
with: | |
board: nice_nano_v2 | |
shield: ferris_sweep_left ferris_sweep_right | |
- name: Build Aurora Sweep | |
uses: zmkfirmware/zmk-build-arm@stable | |
with: | |
board: nice_nano_v2 | |
shield: splitkb_aurora_sweep_left splitkb_aurora_sweep_right |