aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-03 14:28:26 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-03 14:28:26 +0000
commitaa4e3f6aed0fd86c9f81766d166a95955f93112f (patch)
treed81ca9e7f301267f2979a0628e643c18f25c6889 /.github
parentc85007c3b8c1456220c81848f232664aa0c12e4d (diff)
downloadgleam_stdlib-aa4e3f6aed0fd86c9f81766d166a95955f93112f.tar.gz
gleam_stdlib-aa4e3f6aed0fd86c9f81766d166a95955f93112f.zip
Disable formatting check until next release
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 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