There was an error while loading. Please reload this page.
1 parent a388e3a commit fb6836dCopy full SHA for fb6836d
1 file changed
.github/workflows/rake.yml
@@ -51,11 +51,9 @@ jobs:
51
steps:
52
- uses: actions/checkout@v7
53
# The Gemfile's path dependency needs ../maps to exist for bundler
54
- # to resolve; linting itself never loads it.
55
- - uses: actions/checkout@v7
56
- with:
57
- repository: interscript/maps
58
- path: ../maps
+ # to resolve; linting itself never loads it. actions/checkout
+ # cannot write outside the workspace, hence the plain clone.
+ - run: git clone --depth 1 https://github.com/interscript/maps ../maps
59
- uses: ruby/setup-ruby@v1
60
with:
61
ruby-version: "3.4"
0 commit comments