Skip to content

GH262: Rework URL filter logic [Based on #277] #701

GH262: Rework URL filter logic [Based on #277]

GH262: Rework URL filter logic [Based on #277] #701

Workflow file for this run

name: lint
on:
push:
branches: [ master ]
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check"
version: "23.1.0"
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/isort-action@master