Skip to content

Fix /roll command silently doing nothing when called without arguments #6

Fix /roll command silently doing nothing when called without arguments

Fix /roll command silently doing nothing when called without arguments #6

Workflow file for this run

name: Build
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'temurin'
- name: Build with Maven
run: mvn clean package --batch-mode