Skip to content

Update tests to check skipped and scanned (#105) #278

Update tests to check skipped and scanned (#105)

Update tests to check skipped and scanned (#105) #278

Workflow file for this run

name: Lint with Black
on:
push:
branches: main
pull_request:
branches: "*"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
version: "22.8.0"