Skip to content

Develop branch의 변경 사항을 Release branch에 병합 #276

Develop branch의 변경 사항을 Release branch에 병합

Develop branch의 변경 사항을 Release branch에 병합 #276

Triggered via pull request January 24, 2024 14:45
Status Failure
Total duration 56s
Artifacts

ci.yml

on: pull_request
Checkstyle job
16s
Checkstyle job
build_job
44s
build_job
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Checkstyle job
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Checkstyle job: src/main/java/kr/co/fastcampus/yanabada/domain/product/controller/ProductController.java#L25
[testtool] reported by reviewdog 🐶 Wrong lexicographical order for 'org.springframework.web.bind.annotation.PatchMapping' import. Should be before 'org.springframework.web.bind.annotation.PathVariable'. Raw Output: /github/workspace/./src/main/java/kr/co/fastcampus/yanabada/domain/product/controller/ProductController.java:25:1: warning: Wrong lexicographical order for 'org.springframework.web.bind.annotation.PatchMapping' import. Should be before 'org.springframework.web.bind.annotation.PathVariable'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)