init
test / test (push) Has been cancelled

This commit is contained in:
2026-07-18 02:54:42 +02:00
commit 4a908f4f3e
8 changed files with 193 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
name: test
on:
push:
branches:
- master
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: erlef/setup-beam@v1
with:
otp-version: "29"
gleam-version: "1.17.0"
rebar3-version: "3"
# elixir-version: "1"
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test