Skip to content

使われていない include を削除する #29

使われていない include を削除する

使われていない include を削除する #29

Workflow file for this run

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