Compare commits

..

No commits in common. "b782209ac751ebb18b21f13aea627357fef4b7bb" and "991781a249617a99fd2aff4f33003f9ba1e1821b" have entirely different histories.

View File

@ -23,24 +23,6 @@ jobs:
- run: pip install mypy
- run: mypy org_rw --check-untyped-defs
style-formatting:
runs-on: ubuntu-latest
- name: Check out repository code
uses: actions/checkout@v3
- run: apt-get update && apt-get install -y python3-pip
- run: pip install -e .
- run: pip install black
- run: black --check .
style-sorted-imports:
runs-on: ubuntu-latest
- name: Check out repository code
uses: actions/checkout@v3
- run: apt-get update && apt-get install -y python3-pip
- run: pip install -e .
- run: pip install isort
- run: isort --check .
stability-extra-test:
runs-on: ubuntu-latest
steps: