This commit is contained in:
parent
42e195dcbd
commit
599f31bd92
2 changed files with 4 additions and 5 deletions
|
@ -11,11 +11,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: erlef/setup-beam@v1
|
- uses: https://git.fromouter.space/hamcha/asdf-install@v1
|
||||||
with:
|
|
||||||
otp-version: "27.1.2"
|
|
||||||
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