0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/.github/workflows/ci.yaml
Loïc Hoguin d64ac25e92
Use GitHub actions for testing Cowboy
Now tested against OTP-24+.
Erlang.mk has been updated as well.
2023-12-01 10:00:33 +01:00

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