This commit is contained in:
rusefillc 2022-05-16 16:35:08 -04:00
parent e0dbd28953
commit 3899b2a8ed
1 changed files with 14 additions and 0 deletions

14
.github/workflows/test-check-all.yaml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Check All
on: [push, pull_request]
jobs:
build-firmware:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: recursive