ayuriel f0b0dcd711
Some checks are pending
CI Build / build (push) Waiting to run
chore: build test
2025-03-29 10:34:15 +09:00

9 lines
227 B
YAML

name: CI Build
on: [push]
jobs:
build:
runs-on: gitea-runner
steps:
- uses: actions/checkout@v3
- run: echo "Building the project..."
- run: python -m unittest discover # 예: Python 테스트 실행