Skip to content

Update DataProvider backend and API to v2.0.0 #11

Update DataProvider backend and API to v2.0.0

Update DataProvider backend and API to v2.0.0 #11

Workflow file for this run

name: CI Lint
on:
pull_request:
types:
- opened
- synchronize
- reopened
push:
branches:
- main
jobs:
lint:
name: Checkstyle
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: "21"
cache: maven
- name: Run Checkstyle
run: mvn -B -ntp -DskipTests checkstyle:check