Skip to content

Update version handeling #17

Update version handeling

Update version handeling #17

Workflow file for this run

name: Isort
on: [ pull_request, workflow_dispatch ]
jobs:
isort:
name: Isort Validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare Environment
uses: ./.github/actions/prepare-environment
- name: Validate using Isort
run: |
make check-isort