Skip to content

Merge branch 'main' of https://github.com/felixbur/nkululeko into main #93

Merge branch 'main' of https://github.com/felixbur/nkululeko into main

Merge branch 'main' of https://github.com/felixbur/nkululeko into main #93

Workflow file for this run

name: Run isort
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/isort-action@v1
# - uses: isort/isort-action@master
with:
# isortVersion: 5.13.2
sortPaths: 'nkululeko'
configuration: '--profile black'