From a827b197c5896fab1bf8101e68e1e741cb7a410d Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 3 Aug 2022 13:36:20 -0700 Subject: [PATCH] github: temporarily disable help-lint checks on windows builder --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) 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' -- 2.34.1