Skip to content

[CORE-69]: Bump org.springframework.boot:spring-boot-gradle-plugin from 3.4.1 to 3.4.2 in the minor-patch-dependencies group across 1 directory #6787

[CORE-69]: Bump org.springframework.boot:spring-boot-gradle-plugin from 3.4.1 to 3.4.2 in the minor-patch-dependencies group across 1 directory

[CORE-69]: Bump org.springframework.boot:spring-boot-gradle-plugin from 3.4.1 to 3.4.2 in the minor-patch-dependencies group across 1 directory #6787

Workflow file for this run

name: Run linter tests
on:
workflow_dispatch: {}
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-and-static-analysis:
runs-on: ubuntu-latest
steps:
- name: Checkout current code
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Run linter
id: run_linter
run: ./gradlew spotlessCheck