name: CI on: push: branches: [ main, develop ] concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: ci: name: Lint, Typecheck & Test runs-on: ubuntu-latest steps: - uses: https://gitcode.com/GitHub_Trending/ch/checkout.git@v4 - uses: https://gitcode.com/gh_mirrors/se/setup-uv.git@v8.1.0 with: enable-cache: true - uses: https://gitcode.com/gh_mirrors/se/setup-python.git@v6 with: python-version: | 3.8 3.13 - run: uv sync - run: uv run ruff check src tests - run: uv run pyrefly check . - run: uvx tox run -e py38,py313