Compare commits

..

2 Commits

Author SHA1 Message Date
68615e2c53 Merge remote-tracking branch 'origin/master'
Some checks are pending
CI Build / build (push) Waiting to run
2025-03-29 10:33:23 +09:00
f02f52c29f chore: build test 2025-03-29 10:33:11 +09:00

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 테스트 실행