.gitea/workflows/build.yaml aktualisiert
Build / Build (push) Successful in 1m44s

This commit is contained in:
2025-03-22 17:30:32 +01:00
parent 79c069df83
commit 33e9be067a
+3
View File
@@ -8,6 +8,9 @@ jobs:
image: golang:latest image: golang:latest
options: --network host options: --network host
steps: steps:
- run: |
apt-get update
apt-get install -y nodejs npm
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."