Skip to content

Commit 3fb45c6

Browse files
committed
ci: add black format check
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent eea50d5 commit 3fb45c6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,10 @@ jobs:
8484
- name: Run linting tools
8585
run: |
8686
pylint --exit-zero src/pkgdev
87+
88+
format:
89+
runs-on: ubuntu-latest
90+
steps:
91+
- name: Checkout code
92+
uses: actions/checkout@v3
93+
- uses: psf/black@stable

0 commit comments

Comments
 (0)