.gitea/workflows/build.yaml aktualisiert
All checks were successful
Build / Build (push) Successful in 1m44s

This commit is contained in:
skruecken 2025-03-22 17:30:32 +01:00
parent 79c069df83
commit 33e9be067a

View File

@ -8,6 +8,9 @@ jobs:
image: golang:latest
options: --network host
steps:
- run: |
apt-get update
apt-get install -y nodejs npm
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."