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:
image: alpine
steps:
- name: Install git and openssh and node
- name: Install packages
run: |
apk add --no-cache git openssh-client nodejs
- name: Checkout code