Skip to content

triggered by kuenishi #35

triggered by kuenishi

triggered by kuenishi #35

Workflow file for this run

name: Check All
run-name: triggered by ${{ github.actor }}
on: [push, workflow_dispatch]
permissions:
contents: read
jobs:
build:
strategy:
matrix:
version: [22, 23, 24, 25, 26]
runs-on: ubuntu-latest
container:
image: erlang:${{ matrix.version }}
steps:
- uses: actions/checkout@v3
- name: Compile
run: rebar3 compile
- name: Test
run: rebar3 do eunit, proper
- name: Check
run: rebar3 do xref, dialyzer