From 284bf3c4c6a6e33534e285d3869f86f9592ad31a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 4 Dec 2023 10:43:17 +0100 Subject: Use GitHub actions for testing Ranch 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') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..b679b36 --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,15 @@ +## Use workflows from ninenines/ci.erlang.mk to test Ranch. + +name: Check Ranch + +on: + push: + pull_request: + schedule: + ## Every Monday at 4am. + - cron: 0 4 * * 1 + +jobs: + check: + name: Ranch + uses: ninenines/ci.erlang.mk/.github/workflows/ci.yaml@master -- cgit v1.2.3