Skip to content

feat(index.html): show version if available #31

feat(index.html): show version if available

feat(index.html): show version if available #31

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.2.0"
rebar3-version: "3"
# elixir-version: "1.15.4"
- run: gleam deps download
- run: gleam format --check src
- run: gleam check