Skip to content

Merge pull request #146 from bookwyrm-social/dependabot/pip/requests-… #280

Merge pull request #146 from bookwyrm-social/dependabot/pip/requests-…

Merge pull request #146 from bookwyrm-social/dependabot/pip/requests-… #280

Workflow file for this run

name: Python Formatting (run ./bw-dev black to fix)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@22.12.0
with:
version: 22.12.0