this repo has no description
0
fork

Configure Feed

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

gitignore/tool-versions

authored by

inoas and committed by
Louis Pilfold
5d601dcc 222b133b

+2 -2
+1 -2
.github/workflows/test.yml
··· 3 3 on: 4 4 push: 5 5 branches: 6 - - master 7 6 - main 8 7 pull_request: 9 8 ··· 15 14 - uses: erlef/setup-beam@v1 16 15 with: 17 16 otp-version: "25.1" 18 - gleam-version: "1.0.0" 17 + gleam-version: "1.2.0" 19 18 - uses: denoland/setup-deno@v1 20 19 with: 21 20 deno-version: v1.x
+1
.gitignore
··· 1 1 *.beam 2 2 *.ez 3 3 build 4 + .tool-versions