diff options
| author | Ha Thach <[email protected]> | 2019-12-27 16:34:25 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-27 16:34:25 +0700 |
| commit | 9ed7ca39ea1620fe772bc07208a792649083e82a (patch) | |
| tree | b81e559749fd098a7ec001d8f3966d2aef75c1df /.github/workflows | |
| parent | dda4c9a94b509238faa7b5ab5b9464c1d2e63ff0 (diff) | |
try action
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 000000000..2a643a871 --- /dev/null +++ b/.github/workflows/build.yml @@ -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 |
