name: CI on: [push, pull_request] jobs: test: runs-on: ubuntu-latest steps: - name: Checkout run: git clone https://gitea.com/7000pctAUTO/json-to-openapi . - name: Install run: pip install -e . pytest - name: Test run: pytest tests/ -v