Skip to content

Commit 356aeff

Browse files
authored
Merge pull request #261 from devmotion/patch-1
Fix typo in CompatHelper config
2 parents 56286c1 + fca3944 commit 356aeff

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: "Run CompatHelper"
2525
run: |
2626
import CompatHelper
27-
CompatHelper.main(; dirs = ["", "docs"])
27+
CompatHelper.main(; subdirs = ["", "docs"])
2828
shell: julia --color=yes {0}
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)