Skip to content

Commit 5b19ea9

Browse files
luraessgiordano
andauthored
Add subdirs in CompatHelper (#863)
* Add target subdirs * Add further subdir Co-authored-by: Mosè Giordano <[email protected]> --------- Co-authored-by: Mosè Giordano <[email protected]>
1 parent 6ca78e0 commit 5b19ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: CompatHelper.main()
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
run: julia -e 'using CompatHelper; CompatHelper.main()'
19+
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "test", "docs"])'

0 commit comments

Comments
 (0)