mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
chore(ci): add Python to Spotless
This commit is contained in:
parent
bae671ad23
commit
432a438815
3 changed files with 23 additions and 5 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue