aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2021-06-06 23:50:54 -0700
committerTrumeet <yuuta@yuuta.moe>2021-06-06 23:50:54 -0700
commit839685b6d0f903fd20e5e82e9f192c995f347903 (patch)
treef50a1c3adfe9ffb29792086174d3d2e95e1c58a5
parentb55296041b70c46c2949d8a176916e9ce8a4af7a (diff)
downloadextmc-839685b6d0f903fd20e5e82e9f192c995f347903.tar
extmc-839685b6d0f903fd20e5e82e9f192c995f347903.tar.gz
extmc-839685b6d0f903fd20e5e82e9f192c995f347903.tar.bz2
extmc-839685b6d0f903fd20e5e82e9f192c995f347903.zip
ci: add test CI
-rw-r--r--.github/workflows/check.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
new file mode 100644
index 0000000..2ad0aad
--- /dev/null
+++ b/.github/workflows/check.yml
@@ -0,0 +1,13 @@
+name: Check
+on:
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - name: make
+ run: make