Skip to content

fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.2 #177

fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.2

fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.2 #177

Workflow file for this run

name: reviewdog
on: [ pull_request ]
jobs:
checkstyle:
name: runner / checkstyle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dbelyaev/action-checkstyle@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
level: warning
checkstyle_config: checkstyle/checkstyle.xml