Skip to content

fix compile warning on gleam 1.2+, gleam 1.1 formatter, min gleam 1.0, deps update #51

fix compile warning on gleam 1.2+, gleam 1.1 formatter, min gleam 1.0, deps update

fix compile warning on gleam 1.2+, gleam 1.1 formatter, min gleam 1.0, deps update #51

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/[email protected]
- uses: erlef/setup-beam@v1
with:
otp-version: "26.0.2"
gleam-version: "1.1.0"
rebar3-version: "3"
- uses: actions/setup-node@v3
with:
node-version: "16.20.2"
- run: gleam format --check src test
- run: gleam test --target erlang
- run: gleam test --target javascript