parent
de7c6d6565
commit
239300ad97
2 changed files with 5 additions and 6 deletions
|
@ -13,13 +13,9 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: https://github.com/erlef/setup-beam@v1
|
- uses: https://git.fromouter.space/hamcha/setup-beam@v1.18.2-forgejo
|
||||||
environment:
|
|
||||||
ImageOS: ubuntu22
|
|
||||||
with:
|
with:
|
||||||
otp-version: "27.1.2"
|
container-image: ubuntu-22.04
|
||||||
gleam-version: "1.6.2"
|
|
||||||
rebar3-version: "3"
|
|
||||||
- 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
|
||||||
|
|
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