From: John Benediktsson Date: Wed, 3 Aug 2022 20:36:20 +0000 (-0700) Subject: github: temporarily disable help-lint checks on windows builder X-Git-Tag: 0.99~1219 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=a827b197c5896fab1bf8101e68e1e741cb7a410d github: temporarily disable help-lint checks on windows builder --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d0ffba690..5c3e0123d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,6 +47,3 @@ jobs: - name: test shell: cmd run: 'factor -run=tools.test resource:core' - - name: help-lint - shell: cmd - run: 'factor -run=help.lint resource:core resource:basis'