Skip to content

Introduce TIMageCropper for users to crop their profile picture + P… #368

Introduce TIMageCropper for users to crop their profile picture + P…

Introduce TIMageCropper for users to crop their profile picture + P… #368

Workflow file for this run

name: Verify Style
on:
push:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Set up JDK
uses: actions/setup-java@v4.5.0
with:
distribution: 'temurin'
java-version: 21
- name: Verify Style
run: mvn spotless:check --no-transfer-progress