Skip to content

Commit ab74313

Browse files
authored
chore: add black-lint action
1 parent 37487f3 commit ab74313

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/black-lint.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: black-linter
2+
3+
on:
4+
pull_request:
5+
branches: [main]
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: actions/checkout@v3
13+
- uses: jpetrucciani/black-check@master
14+
with:
15+
black_flags: '-S'

0 commit comments

Comments
 (0)