Skip to content

fix: propagate shell exit code instead of raising error (fixes #4) #43

fix: propagate shell exit code instead of raising error (fixes #4)

fix: propagate shell exit code instead of raising error (fixes #4) #43

Workflow file for this run

name: Isort
on: [push, pull_request]
jobs:
check-imports:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.11
- name: Install dependencies
run: |
set -x
python -m pip install --upgrade pip
pip install poetry
poetry install --no-interaction --no-root
- name: Run Isort
run: poetry run isort --check --diff incant/