]> gitweb.factorcode.org Git - factor.git/commitdiff
.github: help-lint-all on test_branch
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 31 Aug 2023 17:21:07 +0000 (10:21 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 31 Aug 2023 17:21:07 +0000 (10:21 -0700)
.github/workflows/test_branch.yml

index 0531324cbd73ffe2f3a1bef3b87d96a639da84c6..eda09c80c662ca2bc3a605c5dd572560f409b799 100644 (file)
@@ -18,7 +18,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
@@ -31,7 +31,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
@@ -47,3 +47,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'