Skip to content

v0.5.0

v0.5.0 #29

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/[email protected]
with:
otp-version: "24.2.2"
gleam-version: "0.30.4"
- run: gleam format --check src test
- run: gleam deps download
- run: gleam test