We need CI #159
This commit is contained in:
parent
e0dbd28953
commit
3899b2a8ed
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue