Skip to content

Commit 3608c1d

Browse files
mrm9084Copilot
andauthored
Update .github/workflows/validate.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 01771e1 commit 3608c1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
python -m pip install ".[dev]"
21-
- uses: psf/black@26.3.0
21+
- name: Check code formatting with black
22+
run: |
23+
python -m black --check featuremanagement
2224
- name: Analysing the code with pylint
2325
run: |
2426
pylint featuremanagement

0 commit comments

Comments
 (0)