Skip to content

Ignore docs from testing/blacklint/codecov #6

Ignore docs from testing/blacklint/codecov

Ignore docs from testing/blacklint/codecov #6

Workflow file for this run

name: Lint with Black
on:
push:
paths-ignore:
- 'docs/**'
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose --exclude docs""

Check failure on line 19 in .github/workflows/black.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/black.yaml

Invalid workflow file

You have an error in your yaml syntax on line 19