test: Test sorted imports.

This commit is contained in:
Sergio Martínez Portela 2024-08-18 22:47:42 +02:00
parent 8ca480ad77
commit c6d8575ae5

View File

@ -33,6 +33,16 @@ jobs:
- run: pip install black - run: pip install black
- run: black --check . - run: black --check .
style-sorted-imports:
runs-on: ubuntu-latest
steps:
- 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 --profile black --check .
stability-extra-test: stability-extra-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: