Conversation
- 책갈피의 위치정보가 없을 경우 null 체크의 부재로 오류 발생, 수정함 - 또한 location 정보가 dto 객체가 아닌 List<String>으로 가고 있던 상황 발견, 인덱싱 접근으로 인한 버그 발생을 우려해 dto 객체로 변경함
- 보다 직관적으로 표시되기 위해 job의 이름 변경함
- PR rule을 설정할 때, CI 워크플로우 항목이 자동으로 잡히지 않아 이름 명시함
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
목적🎯
변경사항🛠️
수행한 테스트✏️
비고📌