Skip to content

Commit e74eabb

Browse files
authored
Set up CompatHelper to check test and docs (#19)
1 parent b103ea6 commit e74eabb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ jobs:
7575
push!(registries, Pkg.RegistrySpec(; url=registry_url, name=registry_name))
7676
end
7777
end
78-
CompatHelper.main(; registries, bump_version=true)
78+
subdirs = ["", "test", "docs"]
79+
CompatHelper.main(; registries, subdirs, bump_version=true)
7980
shell: julia --color=yes {0}
8081
env:
8182
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)