Skip to content

bump stdlib and update code #114

bump stdlib and update code

bump stdlib and update code #114

Workflow file for this run

name: test
on:
push:
branches:
- master
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: erlef/setup-beam@v1
with:
otp-version: "27.0"
gleam-version: "1.4.1"
rebar3-version: "3"
- run: gleam format --check src test
- run: gleam deps download
- run: gleam test