Skip to content

chore: broken gh links, gleam 1.2 formatter, fix up changelog as good as possible #90

chore: broken gh links, gleam 1.2 formatter, fix up changelog as good as possible

chore: broken gh links, gleam 1.2 formatter, fix up changelog as good as possible #90

Workflow file for this run

name: test
on:
push:
branches:
- master
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "25.1"
gleam-version: "1.0.0"
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: gleam format --check src test
- run: gleam test --target erlang
- run: gleam test --target javascript --runtime node
- run: gleam test --target javascript --runtime deno