From d64ac25e925569d31d702a5af075ee48814c9caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 24 Nov 2023 11:39:55 +0100 Subject: Use GitHub actions for testing Cowboy Now tested against OTP-24+. Erlang.mk has been updated as well. --- .github/workflows/ci.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/ci.yaml (limited to '.github/workflows') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..daff2e7 --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,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 -- cgit v1.2.3