Skip to content

Tweaks for remote components #7

Tweaks for remote components

Tweaks for remote components #7

Workflow file for this run

name: Run isort
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: isort/isort-action@master