bookwyrm/.github/workflows/black.yml

16 lines
284 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
2021-08-02 23:08:41 +00:00
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
2021-03-06 21:43:20 +00:00
jobs:
lint:
runs-on: ubuntu-latest
steps:
2023-01-01 20:06:35 +00:00
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
2023-01-01 20:09:25 +00:00
- uses: psf/black@22.12.0