Skip to content

docs: fix typos and wording #273

docs: fix typos and wording

docs: fix typos and wording #273

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "26.2"
gleam-version: "1.0.0-rc1"
rebar3-version: "3"
- run: gleam test
- run: gleam format --check src test