aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-27 18:56:26 +0300
committerCem Keylan <cem@ckyln.com>2020-12-27 18:56:26 +0300
commita838ef960f1bbd0b82b05ad23118a03f69316a26 (patch)
treed1e7bfe68a4b11bd634a6f9d8c4d930a3ad8e6ef /.github/workflows/main.yml
parent012318d7beafe23dc807f6b6caba1bf4183f1f5b (diff)
downloadrepository-a838ef960f1bbd0b82b05ad23118a03f69316a26.tar.gz
add tests
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 00000000..9b94dfc0
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -0,0 +1,12 @@
+name: test
+
+on: [push, pull_request]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v1
+ - name: Run tests.
+ run: make test