Skip to content

feat: add multi module for same line indicators #72

feat: add multi module for same line indicators

feat: add multi module for same line indicators #72

Workflow file for this run

name: test
on:
push:
branches:
- master
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: erlef/setup-beam@5304e04ea2b355f03681464e683d92e3b2f18451
with:
otp-version: "26.0.2"
gleam-version: "1.5.1"
rebar3-version: "3"
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test