Skip to content

Commit

Permalink
Add subdirs in CompatHelper (#863)
Browse files Browse the repository at this point in the history
* Add target subdirs

* Add further subdir

Co-authored-by: Mosè Giordano <[email protected]>

---------

Co-authored-by: Mosè Giordano <[email protected]>
  • Loading branch information
luraess and giordano authored Aug 12, 2024
1 parent 6ca78e0 commit 5b19ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia -e 'using CompatHelper; CompatHelper.main()'
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "test", "docs"])'

0 comments on commit 5b19ea9

Please sign in to comment.