]> gitweb.factorcode.org Git - factor.git/commitdiff
github: temporarily disable help-lint checks on windows builder
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 3 Aug 2022 20:36:20 +0000 (13:36 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 3 Aug 2022 20:36:20 +0000 (13:36 -0700)
.github/workflows/build.yml

index 2d0ffba690dd332efe11b086d4259ef3768bc50f..5c3e0123d6802acf8c2cb7ea54095ef6037ea652 100644 (file)
@@ -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'