Skip to content

OTP-27 ベースにする #17

OTP-27 ベースにする

OTP-27 ベースにする #17

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
paths-ignore:
- "**.md"
jobs:
ci:
runs-on: ubuntu-latest
timeout-minutes: 10
container:
image: shiguredo/shiguredo-erlang:otp-27.0-rc2-openssl-3.3.0-ubuntu-24.04-x86_64
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- run: make ci