Skip to content

Fixed error in example in README.md #19

Fixed error in example in README.md

Fixed error in example in README.md #19

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: "27.0"
gleam-version: "1.5.0"
rebar3-version: "3"
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test