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 169d330 commit 258319dCopy full SHA for 258319d
.github/workflows/update_lockfile.yml
@@ -28,7 +28,7 @@ jobs:
28
if: ${{ steps.check_lockfile.outputs.files_exists == 'true' }}
29
timeout-minutes: 5
30
run: |
31
- mkdir "${HOME}"/.cache/nvim
+ mkdir -p "${HOME}"/.cache/nvim
32
./scripts/update_lockfile.sh
33
nvim --headless "+Lazy! update" +qa
34
cp -pv "${HOME}/.config/nvim/lazy-lock.json" .
0 commit comments