Skip to content

Fix download link in PF manifest #6

Fix download link in PF manifest

Fix download link in PF manifest #6

Workflow file for this run

name: Run isort
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- uses: isort/[email protected]
with:
configuration: "--profile black --line-length 125"