.gitea/workflows/build.yaml aktualisiert
All checks were successful
Build / Build (push) Successful in 1m44s
All checks were successful
Build / Build (push) Successful in 1m44s
This commit is contained in:
parent
79c069df83
commit
33e9be067a
@ -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."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user