Skip to content

update Gleam to 0.32 and run gleam fix #11

update Gleam to 0.32 and run gleam fix

update Gleam to 0.32 and run gleam fix #11

Workflow file for this run

name: CI
on:
push:
branches:
- main
- release
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: erlef/[email protected]
with:
otp-version: "25.2"
gleam-version: "0.32"
rebar3-version: "3"
# elixir-version: "1.14.2"
- run: gleam format --check src test
- run: gleam deps download
- run: gleam test --target=erlang
- run: gleam test --target=javascript