Skip to content

πŸ”€ Merge pull request #13 from bwireman/main #36

πŸ”€ Merge pull request #13 from bwireman/main

πŸ”€ Merge pull request #13 from bwireman/main #36

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.4.1"
- run: gleam format --check
- run: gleam test