aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-07-13 10:38:15 +0100
committerLouis Pilfold <louis@lpil.uk>2021-07-13 11:06:58 +0100
commit96b7d523fa592c338d27f6f36eecf00c17890f1f (patch)
treee4a37a13b89a3cf94d90f143f6b5fa87f5615b10 /.github
parentfa93398d805ba13a44d26b4ccb83ef3f9edf1d01 (diff)
downloadgleam_stdlib-96b7d523fa592c338d27f6f36eecf00c17890f1f.tar.gz
gleam_stdlib-96b7d523fa592c338d27f6f36eecf00c17890f1f.zip
Use Gleam main branch
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f35b407..ecc5dd7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
otp-version: 23.2
- uses: gleam-lang/setup-gleam@v1.0.1
with:
- gleam-version: 0.16.0
+ gleam-version: "ref:main"
- run: rebar3 install_deps
- run: rebar3 eunit
- run: gleam format --check src test