Skip to content

chore: update Gleam to 1.14 and apply new formatter style #129

chore: update Gleam to 1.14 and apply new formatter style

chore: update Gleam to 1.14 and apply new formatter style #129

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: '26'
gleam-version: '1.14'
rebar3-version: '3'
- run: gleam test
- run: gleam format --check src test