Initial commit
All checks were successful
Deploy / deploy (push) Successful in 19s

This commit is contained in:
informaticker 2024-11-04 00:10:00 +01:00
parent 3c926ba81d
commit d7920883ce

View File

@ -7,7 +7,7 @@ jobs:
container: container:
image: alpine image: alpine
steps: steps:
- name: Install git and openssh and node - name: Install packages
run: | run: |
apk add --no-cache git openssh-client nodejs apk add --no-cache git openssh-client nodejs
- name: Checkout code - name: Checkout code