Skip to content

야놀자 페이 API 구현 #105

야놀자 페이 API 구현

야놀자 페이 API 구현 #105

Triggered via pull request January 15, 2024 03:32
Status Failure
Total duration 1m 8s
Artifacts

ci.yml

on: pull_request
Checkstyle job
14s
Checkstyle job
build_job
57s
build_job
Fit to window
Zoom out
Zoom in

Annotations

3 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/payment/entity/YanoljaPaymentHistory.java#L35
[testtool] reported by reviewdog 🐶 'METHOD_DEF' should be separated from previous line. Raw Output: /github/workspace/./src/main/java/kr/co/fastcampus/yanabada/domain/payment/entity/YanoljaPaymentHistory.java:35:5: warning: 'METHOD_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
Checkstyle job: src/main/java/kr/co/fastcampus/yanabada/domain/payment/service/ChargeService.java#L40
[testtool] reported by reviewdog 🐶 Line is longer than 100 characters (found 107). Raw Output: /github/workspace/./src/main/java/kr/co/fastcampus/yanabada/domain/payment/service/ChargeService.java:40:0: warning: Line is longer than 100 characters (found 107). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)