Skip to content

[Do not merge] TEST workflows with Ubuntu 24.04 #10067

[Do not merge] TEST workflows with Ubuntu 24.04

[Do not merge] TEST workflows with Ubuntu 24.04 #10067

Workflow file for this run

name: isort
on: pull_request
jobs:
Linter:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run checks
run: |
pipx install $(grep "^isort" ./dev/requirements.txt)
echo "isort version: $(isort --version-number)"
isort --check --diff --resolve-all-configs .