Skip to content

docs(mayu): bump mayu to 0.1.5 #20

docs(mayu): bump mayu to 0.1.5

docs(mayu): bump mayu to 0.1.5 #20

Workflow file for this run

name: Check
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: "26.1"
gleam-version: "1.1.0"
rebar3-version: "3"
# elixir-version: "1.15.4"
- run: gleam deps download
- run: gleam format --check src
- run: gleam check