tangled
alpha
login
or
join now
folospior.dev
/
grom
0
fork
atom
A Discord API Library for Gleam! 💫
0
fork
atom
overview
issues
pulls
pipelines
remove github actions
folospior.dev
9 months ago
08226239
cf184682
-23
1 changed file
expand all
collapse all
unified
split
.github
workflows
test.yml
-23
.github/workflows/test.yml
···
1
1
-
name: test
2
2
-
3
3
-
on:
4
4
-
push:
5
5
-
branches:
6
6
-
- master
7
7
-
- main
8
8
-
pull_request:
9
9
-
10
10
-
jobs:
11
11
-
test:
12
12
-
runs-on: ubuntu-latest
13
13
-
steps:
14
14
-
- uses: actions/checkout@v4
15
15
-
- uses: erlef/setup-beam@v1
16
16
-
with:
17
17
-
otp-version: "27.1.2"
18
18
-
gleam-version: "1.9.1"
19
19
-
rebar3-version: "3"
20
20
-
# elixir-version: "1"
21
21
-
- run: gleam deps download
22
22
-
- run: gleam test
23
23
-
- run: gleam format --check src test