Skip to content

Bump isort from 5.12.0 to 5.13.2 #22

Bump isort from 5.12.0 to 5.13.2

Bump isort from 5.12.0 to 5.13.2 #22

Workflow file for this run

name: Linting
on:
pull_request:
branches:
- main
jobs:
build:
name: Code linting
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/job-setup
with:
install-dependencies: test
- name: Run linter
run: pylint example_python_package