First commit
test / test (push) Has been cancelled

This commit is contained in:
Nate Anderson
2026-01-23 13:48:04 -07:00
commit ba3696e207
11 changed files with 254 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: "28"
gleam-version: "1.13.0"
rebar3-version: "3"
# elixir-version: "1"
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test