summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2019-12-27 16:34:25 +0700
committerGitHub <[email protected]>2019-12-27 16:34:25 +0700
commit9ed7ca39ea1620fe772bc07208a792649083e82a (patch)
treeb81e559749fd098a7ec001d8f3966d2aef75c1df /.github
parentdda4c9a94b509238faa7b5ab5b9464c1d2e63ff0 (diff)
try action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml12
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