Skip to content

Only add orderings when there is a type string field #12

Only add orderings when there is a type string field

Only add orderings when there is a type string field #12

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.7
uses: actions/setup-python@v3
with:
python-version: "3.7"
- run: python -m unittest tests/**.py