Skip to content

docs: Fix example to imply correct argument order #1920

docs: Fix example to imply correct argument order

docs: Fix example to imply correct argument order #1920

Workflow file for this run

name: CI
on:
push:
branches:
- "main"
- "v*.*.*"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "26.0.2"
gleam-version: "0.33.0-rc3"
- uses: actions/setup-node@v3.5.1
with:
node-version: "16.18.1"
- run: gleam test --target erlang
- run: gleam test --target javascript
- run: gleam format --check src test