Skip to content

elvis 通す

elvis 通す #20

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/erlang:otp-27.0-openssl-3.3.1-ubuntu-24.04-x86_64
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- run: make ci