aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPeter Saxton <peterhsaxton@gmail.com>2020-06-12 18:24:24 +0100
committerLouis Pilfold <louis@lpil.uk>2020-06-16 10:21:40 +0100
commit9f06809cfb60fce840d544dd4af60b1dd0ff67a9 (patch)
tree795030c14e7839b89fda2578c2666a6c425be8ad /.github
parentcc092c46d1a9e50ea8ec1458a9d9176a551c47a0 (diff)
downloadgleam_stdlib-9f06809cfb60fce840d544dd4af60b1dd0ff67a9.tar.gz
gleam_stdlib-9f06809cfb60fce840d544dd4af60b1dd0ff67a9.zip
use updated version for formatter fix
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 7f334c3..65e1c21 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
otp-version: 22.2
- uses: gleam-lang/setup-gleam@v1.0.1
with:
- gleam-version: 0.9.0
+ gleam-version: 0.9.1
- run: rebar3 install_deps
- run: rebar3 eunit
- run: gleam format --check src test