commit: f8ff0304fcb78d31777dc4e22b9a63d15fce29c1
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 17:52:29 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 17:52:29 2022 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=f8ff0304
ci: add black format check
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/test.yml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6659a14c..312a3452 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -138,3 +138,10 @@ jobs:
- name: Run linting tools
run: |
pylint --exit-zero src/pkgcheck
+
+ format:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout code
+ uses: actions/checkout@v3
+ - uses: psf/black@stable