Skip to content

fix commands tabs sizing #465

fix commands tabs sizing

fix commands tabs sizing #465

Workflow file for this run

name: Build on Push
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: 21
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode --update-snapshots clean compile
working-directory: bot
env:
JAVA_TOOL_OPTIONS: --enable-preview