Skip to content

Commit

Permalink
improve compat helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Nov 7, 2023
1 parent 5aec94e commit ff41b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
shell: julia --color=yes {0}
- name: "Run CompatHelper"
run: |
import CompatHelper
CompatHelper.main()
using CompatHelper
CompatHelper.main(; subdirs = ["", "docs", "tutorials"])
shell: julia --color=yes {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ff41b69

Please sign in to comment.