Create ci.yml

This commit is contained in:
PSBigBig 2025-06-12 00:09:24 +08:00 committed by GitHub
parent 49732675af
commit 1d04fcb419
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: WFGY-CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest # Linux runners
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install -e ".[dev]"
- run: python tests/test_sdk_full.py