diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-09-28 17:43:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 17:43:14 +0100 |
commit | 31960280846b7c76c274c58f0b9c4b82924580ab (patch) | |
tree | 2ca58c1d8eb7c57aabe776ecb197bca26bef79bc /.github | |
parent | 915c1b7a315058fa20b56c81494e399649cdf881 (diff) | |
download | gleam_stdlib-31960280846b7c76c274c58f0b9c4b82924580ab.tar.gz gleam_stdlib-31960280846b7c76c274c58f0b9c4b82924580ab.zip |
Use Gleam v0.17
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 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 |