AAAA the return
Some checks failed
test / test (push) Failing after 1s

This commit is contained in:
Hamcha 2024-11-30 16:37:24 +01:00
parent 76f24289bc
commit 8e0faa3601
Signed by: hamcha
GPG key ID: 1669C533B8CF6D89
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
FROM ghcr.io/gleam-lang/gleam:v1.3.2-erlang-alpine

View file

@ -11,7 +11,7 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: https://github.com/asdf-vm/actions/install@v3 - uses: git.fromouter.space/hamcha/asdf-install@v1
- run: gleam deps download - run: gleam deps download
- run: gleam test - run: gleam test
- run: gleam format --check src test - run: gleam format --check src test