aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
new file mode 100644
index 0000000..b679b36
--- /dev/null
+++ b/.github/workflows/ci.yaml
@@ -0,0 +1,15 @@
+## Use workflows from ninenines/ci.erlang.mk to test Ranch.
+
+name: Check Ranch
+
+on:
+ push:
+ pull_request:
+ schedule:
+ ## Every Monday at 4am.
+ - cron: 0 4 * * 1
+
+jobs:
+ check:
+ name: Ranch
+ uses: ninenines/ci.erlang.mk/.github/workflows/ci.yaml@master