2021-06-18 18:29:34 -04:00
|
|
|
name: Python Formatting (run ./bw-dev black to fix)
|
2021-03-06 16:43:20 -05:00
|
|
|
|
2021-08-02 19:08:41 -04:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches: [ main ]
|
|
|
|
pull_request:
|
|
|
|
branches: [ main ]
|
2021-03-06 16:43:20 -05:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
lint:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- uses: actions/setup-python@v2
|
2021-05-03 14:44:02 -04:00
|
|
|
- uses: psf/black@21.4b2
|