aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-09-28 17:43:14 +0100
committerGitHub <noreply@github.com>2021-09-28 17:43:14 +0100
commit31960280846b7c76c274c58f0b9c4b82924580ab (patch)
tree2ca58c1d8eb7c57aabe776ecb197bca26bef79bc /.github
parent915c1b7a315058fa20b56c81494e399649cdf881 (diff)
downloadgleam_stdlib-31960280846b7c76c274c58f0b9c4b82924580ab.tar.gz
gleam_stdlib-31960280846b7c76c274c58f0b9c4b82924580ab.zip
Use Gleam v0.17
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 33b3b07..96f6a2d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
node-version: "16.0.0"
- uses: gleam-lang/setup-gleam@v1.0.1
with:
- gleam-version: "ref:main"
+ gleam-version: "0.17.0"
- run: rebar3 eunit
- run: npm test
- run: gleam format --check src test