try action

This commit is contained in:
Ha Thach 2019-12-27 16:34:25 +07:00 committed by GitHub
parent dda4c9a94b
commit 9ed7ca39ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: TinyUSB CI
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true