Skip to content

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

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 #44

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/[email protected]
with:
otp-version: "26.0.2"
gleam-version: "1.0.0"
- run: gleam format --check
- run: gleam test