]> gitweb.factorcode.org Git - factor.git/commitdiff
.github: help-lint-all
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 31 Aug 2023 16:13:08 +0000 (09:13 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 31 Aug 2023 16:13:08 +0000 (09:13 -0700)
.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'