Handle socket errors in HTTP/1.1 and HTTP/2 #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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 |