[ci] I hate this
/ clone (push) Successful in 7s Details
/ doom (push) Successful in 3s Details

This commit is contained in:
Sebastian Schulze 2024-04-12 10:41:32 +02:00
parent c9f3497d97
commit 5d662751b0
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 4 additions and 1 deletions

View File

@ -1,11 +1,14 @@
---
on: [push]
jobs:
clone:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
doom:
runs-on: docker
needs: [clone]
steps:
- uses: actions/checkout@v3
- run: |
apk add --update git emacs-nox chezmoi nodejs bash
shell: "ash"