Skip to content

Fixing android compatibility (#104) #125

Fixing android compatibility (#104)

Fixing android compatibility (#104) #125

Workflow file for this run

name: Java check style
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: "corretto"
java-version: 11
- name: Lint with CheckStyle
run: ./scripts/checkstyle.bash