Refactor : Clothes 관련 테스트 코드 추가 및 리팩토링 #67
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |