Skip to content

chore: migrate CI to erlang-ci reusable workflow (#9) #40

chore: migrate CI to erlang-ci reusable workflow (#9)

chore: migrate CI to erlang-ci reusable workflow (#9) #40

Workflow file for this run

name: Build and test
on: [push]
jobs:
ci:
uses: Taure/erlang-ci/.github/workflows/ci.yml@v1
with:
otp-version: '28.0'
enable-eunit: false
enable-ct: true
enable-dialyzer: false
enable-xref: false