Skip to content

Remove outdated comment #244

Remove outdated comment

Remove outdated comment #244

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: erlef/[email protected]
with:
otp-version: "25.1"
gleam-version: "0.30.4"
rebar3-version: "3"
- run: gleam test
- run: gleam format --check src test