Skip to content

v2.0.0

v2.0.0 #84

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: "26.0.2"
gleam-version: "0.34.1"
rebar3-version: "3"
- run: gleam format --check src test
- run: gleam deps download
- run: gleam test --target=erlang
- run: gleam test --target=javascript