Skip to content

숙소, 객실, 예약 Entity 설계 #5

숙소, 객실, 예약 Entity 설계

숙소, 객실, 예약 Entity 설계 #5

Triggered via pull request January 2, 2024 12:32
Status Failure
Total duration 1m 2s
Artifacts

ci.yml

on: pull_request
Checkstyle job
18s
Checkstyle job
build_job
50s
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/entity/RoomOrder.java#L19
[testtool] reported by reviewdog 🐶 Wrong lexicographical order for 'kr.co.fastcampus.yanabada.domain.order.entity.enums.OrderStatus' import. Should be before 'kr.co.fastcampus.yanabada.domain.order.entity.enums.PaymentType'. Raw Output: /github/workspace/./src/main/java/kr/co/fastcampus/yanabada/domain/order/entity/RoomOrder.java:19:1: warning: Wrong lexicographical order for 'kr.co.fastcampus.yanabada.domain.order.entity.enums.OrderStatus' import. Should be before 'kr.co.fastcampus.yanabada.domain.order.entity.enums.PaymentType'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)