Add test workflow
All checks were successful
Proxmox-Runner-Test / hello-job (push) Successful in 27s

act_runner 연동 후 빌드 테스트
This commit is contained in:
2026-04-01 01:09:27 +09:00
parent 293697e85b
commit d01b3c729a

View File

@@ -0,0 +1,9 @@
name: Proxmox-Runner-Test
on: [push]
jobs:
hello-job:
runs-on: ubuntu-latest
steps:
- name: Greet
run: echo "축하합니다! Proxmox 러너가 첫 빌드에 성공했습니다!"