node and browser bindings for gleam
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update gleam to last version in GitHub Actions

+2 -2
+1 -1
.github/workflows/test.yml
··· 15 15 - uses: erlef/setup-beam@v1 16 16 with: 17 17 otp-version: "26.0.2" 18 - gleam-version: "1.0" 18 + gleam-version: "1.2" 19 19 rebar3-version: "3" 20 20 # elixir-version: "1.15.4" 21 21 - run: gleam format --check src test
+1 -1
test/javascript/big_int_test.gleam
··· 1 - import plinth/javascript/big_int 2 1 import gleeunit/should 2 + import plinth/javascript/big_int 3 3 4 4 pub fn add_test() { 5 5 big_int.from_int(1)