Skip to content

Feature/14 예약내역 상세 API 구현 #25

Feature/14 예약내역 상세 API 구현

Feature/14 예약내역 상세 API 구현 #25

Triggered via pull request January 8, 2024 04:37
Status Failure
Total duration 34s
Artifacts

ci.yml

on: pull_request
Checkstyle job
18s
Checkstyle job
build_job
25s
build_job
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
build_job
Gradle build failed: see console output for details
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/order/dto/response/OrderInfoResponse.java#L32
[testtool] reported by reviewdog 🐶 Parameter name 'Order' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. Raw Output: /github/workspace/./src/main/java/kr/co/fastcampus/yanabada/domain/order/dto/response/OrderInfoResponse.java:32:48: warning: Parameter name 'Order' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. (com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck)