diff options
author | Louis Pilfold <louis@lpil.uk> | 2020-05-19 17:06:48 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-05-19 17:06:48 +0100 |
commit | 88ab320ab452d3151f4f4b391dafd57af07e863c (patch) | |
tree | a6532acbd8db100f942a7eff40709dde640c9538 /.github | |
parent | cdad154da8d7a0b208b485255e5b19199582f721 (diff) | |
download | gleam_stdlib-88ab320ab452d3151f4f4b391dafd57af07e863c.tar.gz gleam_stdlib-88ab320ab452d3151f4f4b391dafd57af07e863c.zip |
Gleam v0.8.1
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dce66b4..f78782f 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.8.0 + gleam-version: 0.8.1 - run: rebar3 install_deps - run: rebar3 eunit - run: gleam format --check src test |