Skip to content

Commit b679b23

Browse files
committed
used black github action
1 parent c9e75f3 commit b679b23

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/functional_test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313

14-
- name: Set up Python
15-
uses: actions/setup-python@v5
16-
with:
17-
python-version: '3.9'
18-
1914
- name: Check code formatting with Black
20-
run: pip install black && black --check .
15+
uses: psf/black@stable
16+
with:
17+
options: "--check --verbose"
18+
src: "./src"
2119

2220
- name: Set up Docker Compose
2321
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)