bookwyrm/.github/workflows/black.yml

12 lines
234 B
YAML
Raw Normal View History

2021-06-18 22:29:34 +00:00
name: Python Formatting (run ./bw-dev black to fix)
2021-03-06 21:43:20 +00:00
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
2021-05-03 18:44:02 +00:00
- uses: psf/black@21.4b2