Skip to content

Add Device and Type (#5) #27

Add Device and Type (#5)

Add Device and Type (#5) #27

Workflow file for this run

name: Run isort
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: isort/isort-action@v1
with:
sortPaths: "src" # only sort files in the src directory