Skip to content

Merge pull request #44 from ieQu1/dev/filename-all-surrogate #73

Merge pull request #44 from ieQu1/dev/filename-all-surrogate

Merge pull request #44 from ieQu1/dev/filename-all-surrogate #73

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
otp: ['24', '26']
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
rebar3-version: '3.16.1'
- name: Compile and run tests
run: make