AAAAAA
Some checks failed
test / test (push) Failing after 5s

This commit is contained in:
Hamcha 2024-11-30 16:20:10 +01:00
parent de7c6d6565
commit 239300ad97
Signed by: hamcha
GPG key ID: 1669C533B8CF6D89
2 changed files with 5 additions and 6 deletions

View file

@ -13,13 +13,9 @@ jobs:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: https://github.com/erlef/setup-beam@v1
environment:
ImageOS: ubuntu22
- uses: https://git.fromouter.space/hamcha/setup-beam@v1.18.2-forgejo
with:
otp-version: "27.1.2"
gleam-version: "1.6.2"
rebar3-version: "3"
container-image: ubuntu-22.04
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test

3
.tool-versions Normal file
View file

@ -0,0 +1,3 @@
gleam 1.6.2
erlang 27.1.2
rebar 3.24.0