Skip to content

Commit bb1e524

Browse files
committed
Add black lint checking for pushing and merging to master
1 parent 35fead0 commit bb1e524

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lint-black.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
# Trigger the workflow on push or pull request,
55
# but only for the main branch
66
push:
7-
# branches:
8-
# - main
9-
# pull_request:
10-
# branches:
11-
# - main
7+
branches:
8+
- main
9+
pull_request:
10+
branches:
11+
- main
1212

1313
jobs:
1414
PythonLinting:

0 commit comments

Comments
 (0)