commit:     545a8ad8f37b56a3f9da861f113e24cfede2133f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 30 16:40:01 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 30 16:40:01 2025 +0000
URL:        https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=545a8ad8

CI: add check for black format

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 58a7162..f249a14 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -24,3 +24,10 @@ jobs:
 
       - name: Run tests
         run: python -m unittest discover -t src -s test
+
+  format:
+    runs-on: ubuntu-latest
+    steps:
+    - name: Checkout code
+      uses: actions/checkout@v4
+    - uses: psf/[email protected]

Reply via email to