fix ci
All checks were successful
test / test (push) Successful in 1m46s

This commit is contained in:
Hamcha 2024-11-30 15:51:08 +01:00
parent 42e195dcbd
commit 599f31bd92
Signed by: hamcha
GPG key ID: 1669C533B8CF6D89
2 changed files with 4 additions and 5 deletions

View file

@ -11,11 +11,7 @@ jobs:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: "27.1.2"
gleam-version: "1.6.2"
rebar3-version: "3"
- uses: https://git.fromouter.space/hamcha/asdf-install@v1
- 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