We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e75f3 commit b679b23Copy full SHA for b679b23
.github/workflows/functional_test.yml
@@ -11,13 +11,11 @@ jobs:
11
steps:
12
- uses: actions/checkout@v3
13
14
- - name: Set up Python
15
- uses: actions/setup-python@v5
16
- with:
17
- python-version: '3.9'
18
-
19
- name: Check code formatting with Black
20
- run: pip install black && black --check .
+ uses: psf/black@stable
+ with:
+ options: "--check --verbose"
+ src: "./src"
21
22
- name: Set up Docker Compose
23
uses: docker/setup-buildx-action@v3
0 commit comments