Skip to content

fix Random.randomInt not returning the maximum value #73

fix Random.randomInt not returning the maximum value

fix Random.randomInt not returning the maximum value #73

Workflow file for this run

name: Format
on:
push:
branches: [ main ]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # v2 minimum required
- uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: Prettier Java Format
uses: axel-op/googlejavaformat-action@v3
with:
args: "--replace"