diff options
author | Peter Saxton <peterhsaxton@gmail.com> | 2020-05-19 15:38:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 15:38:17 +0100 |
commit | cdad154da8d7a0b208b485255e5b19199582f721 (patch) | |
tree | 65a59feac9fe04576a714ffef5892051ee6f9904 /.github | |
parent | 8c209a04eeb5f52a428d1fdd20c64fe042ede21a (diff) | |
download | gleam_stdlib-cdad154da8d7a0b208b485255e5b19199582f721.tar.gz gleam_stdlib-cdad154da8d7a0b208b485255e5b19199582f721.zip |
Add formatting check to ci steps (#48)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bb7f02..dce66b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: otp-version: 22.2 - uses: gleam-lang/setup-gleam@v1.0.1 with: - gleam-version: 0.8.0-rc1 + gleam-version: 0.8.0 - run: rebar3 install_deps - run: rebar3 eunit + - run: gleam format --check src test |