Skip to content

Deselecting ProcessDown monitor (Issue #58) #223

Deselecting ProcessDown monitor (Issue #58)

Deselecting ProcessDown monitor (Issue #58) #223

Workflow file for this run

name: test
on:
push:
branches:
- 'main'
- 'v*.*.*'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "26.2"
rebar3-version: "3"
gleam-version: "1.5.1"
- run: gleam test
- run: gleam format --check src test