parent
de7c6d6565
commit
239300ad97
2 changed files with 5 additions and 6 deletions
|
@ -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
3
.tool-versions
Normal file
|
@ -0,0 +1,3 @@
|
|||
gleam 1.6.2
|
||||
erlang 27.1.2
|
||||
rebar 3.24.0
|
Loading…
Reference in a new issue