Skip to content

chore: ensure Erlang/OTP 27 compatibility #759

chore: ensure Erlang/OTP 27 compatibility

chore: ensure Erlang/OTP 27 compatibility #759

Workflow file for this run

name: Style Check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: erlang:26
steps:
- uses: actions/checkout@v4
- run: ./scripts/elvis-check.sh $GITHUB_BASE_REF
- run: make erlfmt-check