diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-01-03 14:28:26 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-01-03 14:28:26 +0000 |
commit | aa4e3f6aed0fd86c9f81766d166a95955f93112f (patch) | |
tree | d81ca9e7f301267f2979a0628e643c18f25c6889 /.github | |
parent | c85007c3b8c1456220c81848f232664aa0c12e4d (diff) | |
download | gleam_stdlib-aa4e3f6aed0fd86c9f81766d166a95955f93112f.tar.gz gleam_stdlib-aa4e3f6aed0fd86c9f81766d166a95955f93112f.zip |
Disable formatting check until next release
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 e1be514..0bbe10b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,4 +23,4 @@ jobs: gleam-version: "0.18.0-rc1" - run: gleam test - run: npm test - - run: gleam format --check src test + # - run: gleam format --check src test |