]> gitweb.factorcode.org Git - factor.git/blobdiff - .github/workflows/build.yml
.github: help-lint-all
[factor.git] / .github / workflows / build.yml
index cebb9c0f8530a2c187f3448e17786250c1dc1012..3c64297d91b6a12641c613b62a865eb4e5bd3633 100644 (file)
@@ -21,7 +21,7 @@ jobs:
     - name: test
       run: './factor -run=tools.test resource:core'
     - name: help-lint
-      run: './factor -run=help.lint resource:core resource:basis'
+      run: './factor -run=help.lint resource:core resource:basis resource:extra'
 
   build-macos:
     runs-on: macos-11
@@ -34,7 +34,7 @@ jobs:
     - name: test
       run: './factor -run=tools.test resource:core'
     - name: help-lint
-      run: './factor -run=help.lint resource:core resource:basis'
+      run: './factor -run=help.lint resource:core resource:basis resource:extra'
 
   build-windows:
     runs-on: windows-latest
@@ -50,3 +50,5 @@ jobs:
     - name: test
       shell: cmd
       run: 'factor -run=tools.test resource:core'
+    - name: help-lint
+      run: './factor -run=help.lint resource:core resource:basis resource:extra'