Skip to content

Commit 6ff5879

Browse files
devmotionst--
andauthored
Fix CompatHelper (#329)
Co-authored-by: st-- <[email protected]>
1 parent 46d1e49 commit 6ff5879

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
CompatHelper:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- uses: actions/checkout@v2
1213
- name: "Install CompatHelper"
1314
run: |
1415
import Pkg
@@ -21,11 +22,12 @@ jobs:
2122
run: |
2223
import CompatHelper
2324
subdirs = ["", "test", "docs"]
24-
for f in readdir(joinpath(@__DIR__, "examples"); join=true)
25+
for f in readdir("examples"; join=true)
2526
if isdir(f)
2627
push!(subdirs, joinpath("examples", basename(f)))
2728
end
2829
end
30+
@info "CompatHelper directories" subdirs
2931
CompatHelper.main(; subdirs=subdirs)
3032
shell: julia --color=yes {0}
3133
env:

0 commit comments

Comments
 (0)