Skip to content

v1.0.1

v1.0.1 #37

Workflow file for this run

name: main
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "26.1"
gleam-version: "0.32.4"
- uses: actions/setup-node@v3
with:
node-version: "20.x"
- run: gleam format --check
- run: gleam test --target erlang
- run: gleam test --target javascript