Gleam SDK for Pocketenv
1
fork

Configure Feed

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

Uncomment Elixir version in test workflow

+1 -1
+1 -1
.github/workflows/test.yml
··· 17 17 otp-version: "28" 18 18 gleam-version: "1.14.0" 19 19 rebar3-version: "3" 20 - # elixir-version: "1" 20 + elixir-version: "1" 21 21 - run: gleam deps download 22 22 - run: gleam test 23 23 - run: gleam format --check src test