chore(ci): add Python to Spotless

This commit is contained in:
Harsh Shandilya 2023-08-02 01:30:10 +05:30
parent bae671ad23
commit 432a438815
No known key found for this signature in database
3 changed files with 23 additions and 5 deletions

View file

@ -28,6 +28,10 @@ jobs:
distribution: temurin
java-version: 18
- name: Set up black (Python)
shell: bash
run: pip install black==23.3.0
- name: Run unit tests
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2.7.0
with: