mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
15 lines
275 B
YAML
15 lines
275 B
YAML
## 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
|