chore: build test

This commit is contained in:
ayuriel 2025-03-29 10:33:11 +09:00
parent b1a898c1e8
commit f02f52c29f

View File

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