aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yaml
blob: b679b3682a3331ce877908616fefda98d03d1156 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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