Skip to content

Update DEVELOPMENT.md #186

Update DEVELOPMENT.md

Update DEVELOPMENT.md #186

Workflow file for this run

name: test
on:
push:
branches:
- master
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.2.0
- uses: erlef/setup-beam@v1.15.0
with:
otp-version: "25.2"
gleam-version: "0.25.3"
rebar3-version: "3"
# elixir-version: "1.14.2"
- run: gleam format --check src test
- run: gleam deps download
- run: gleam test