Skip to content

Add new justfile command gen-raw-icons for turms-chat-demo #347

Add new justfile command gen-raw-icons for turms-chat-demo

Add new justfile command gen-raw-icons for turms-chat-demo #347

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/[email protected]
- name: Set up JDK
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: 21
- name: Verify Style
run: mvn spotless:check --no-transfer-progress