Compare commits

..

No commits in common. "68615e2c5363e528c0152afb3feadaf09cb1605c" and "04d1557a9d29b2d97504a9af06c274e1fcffcc58" have entirely different histories.

View File

@ -1,9 +0,0 @@
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 테스트 실행