Skip to content

chore(deps): bump com.google.guava:guava from 32.1.2-jre to 33.2.1-jre #1785

chore(deps): bump com.google.guava:guava from 32.1.2-jre to 33.2.1-jre

chore(deps): bump com.google.guava:guava from 32.1.2-jre to 33.2.1-jre #1785

name: Run checkstyle
on:
push:
branches:
- master
- releases/*
pull_request:
jobs:
checkstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
- name: create annotation
run: echo "::add-matcher::${{ github.workspace }}/ci/github/problem-matcher.json"
- name: run checkstyle
uses: gradle/actions/setup-gradle@v3
with:
arguments: -PenvIsCi checkstyleMain checkstyleTest