[meta] Try to clone / run without nodejs
/ clone (push) Has been cancelled Details
/ ls (push) Failing after 2s Details

This commit is contained in:
Sebastian Schulze 2024-04-12 08:24:04 +02:00
parent 203cda3ca4
commit 803ed74c68
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,10 @@
---
on: [push]
jobs:
clone:
runs-on: ubuntu
steps:
- uses: actions/checkout@v3
ls:
runs-on: alpine
steps:
@ -8,7 +12,6 @@ jobs:
apk add --update git emacs-nox chezmoi nodejs bash
with:
entrypoint: "/bin/sh"
- uses: actions/checkout@v3
- run: |
mkdir -p "${HOME}/.local/share" "${HOME}/.config/chezmoi"
ln -s "$(pwd)" "${HOME}/.local/share/chezmoi"