Skip to content

separate black actions config #1

separate black actions config

separate black actions config #1

Workflow file for this run

name: Lint

Check failure on line 1 in .github/workflows/black.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/black.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
uses: actions/checkout@v4
uses: psf/black@stable
with:
options: "--check --verbose"
src: ["google_books/", "tests/"]