We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e40b3e commit fca3944Copy full SHA for fca3944
.github/workflows/CompatHelper.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: "Run CompatHelper"
25
run: |
26
import CompatHelper
27
- CompatHelper.main(; dirs = ["", "docs"])
+ CompatHelper.main(; subdirs = ["", "docs"])
28
shell: julia --color=yes {0}
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments