aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yaml
blob: daff2e760f58bb017967e0327c5a319a6467f806 (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 Cowboy.

name: Check Cowboy

on:
  push:
  pull_request:
  schedule:
      ## Every Monday at 2am.
      - cron: 0 2 * * 1

jobs:
  check:
    name: Cowboy
    uses: ninenines/ci.erlang.mk/.github/workflows/ci.yaml@master