Skip to content

Bump mypy from 1.4.1 to 1.11.2 in /python #258

Bump mypy from 1.4.1 to 1.11.2 in /python

Bump mypy from 1.4.1 to 1.11.2 in /python #258

Workflow file for this run

name: Gradle
on:
push:
branches:
- '**'
paths:
- 'java/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
java-package: jdk
- name: Build with Gradle
working-directory: java
run: ./gradlew clean test --no-daemon