Skip to content

Feature/thumbnail(#227) #244

Feature/thumbnail(#227)

Feature/thumbnail(#227) #244

Workflow file for this run

name: CheckStyle
on: pull_request
jobs:
checkstyle:
name: runner / checkstyle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dbelyaev/action-checkstyle@v0.9.5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
checkstyle_config: ./config/naver-checkstyle-rules.xml
properties_file: ./config/checkstyle.properties