Skip to content

Commit 27f32ac

Browse files
authored
Create black.yml
1 parent 04dc8b4 commit 27f32ac

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/black.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: black
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
black:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- name: Black Code Formatter
11+
uses: lgeiger/black-action@v1.0.1
12+
with:
13+
args: ". --check"

0 commit comments

Comments
 (0)