Test 3
All checks were successful
test / build (push) Successful in 22s

This commit is contained in:
2026-03-10 17:38:13 +01:00
parent fc0b9b76bb
commit 1545aa1f3b
2 changed files with 6 additions and 2 deletions

View File

@@ -5,5 +5,9 @@ on: [push]
jobs:
build:
runs-on: docker
container:
image: node:20-bullseye
steps:
- run: echo "Hello test lol funciona xd"
- uses: actions/checkout@v4
- run: echo "Hello from Gitea runner!"