Skip to content

🔖 Bump to v1.4.2 #37

🔖 Bump to v1.4.2

🔖 Bump to v1.4.2 #37

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/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "26.1"
gleam-version: "1.5.1"
- run: gleam format --check
- run: gleam test