Skip to content

Commit 64cf4fb

Browse files
authored
Update CompatHelper to include additional subdirectories
1 parent acd934d commit 64cf4fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- name: "Run CompatHelper"
2222
run: |
2323
import CompatHelper;
24-
CompatHelper.main(;subdirs=[""])
24+
subdirs = ["", "docs", "test", "test/code-quality", "test/gpu"]
25+
CompatHelper.main(;subdirs=subdirs)
2526
shell: julia --color=yes {0}
2627
env:
2728
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)