Merge remote-tracking branch 'origin/master'
All checks were successful
CI Build / build (push) Successful in 5s

This commit is contained in:
Ayuriel 2025-03-29 19:18:10 +09:00
commit f8c8b29531

View File

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