packages
Some checks failed
Build this app / Builder (push) Failing after 3s

This commit is contained in:
Itsigo
2025-08-28 13:46:47 +02:00
parent 4a21def40b
commit 1538258c79

View File

@@ -6,6 +6,9 @@ jobs:
Builder:
runs-on: golang-alpine
steps:
- name: install git
run: apk add git nodejs
- name: Clone the repository
uses: actions/checkout@v4