Skip to content

Commit 4d1b947

Browse files
committed
Merge branch 'main' of https://github.com/HC-kang/leetcode-study into github-action-test
2 parents 9e82c49 + 792188b commit 4d1b947

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ jobs:
8989
echo -e "\n## 파일명 규칙 위반" >> $GITHUB_STEP_SUMMARY
9090
for file in $files; do
9191
if [ -f "$file" ]; then
92+
9293
# 파일명만 추출 (경로 제외)
9394
filename=$(basename "$file")
95+
9496
# 파일명이 GitHub계정명인지 확인
9597
shopt -s nocasematch
9698
if [[ ! "$filename" = "$pr_author"* ]]; then

0 commit comments

Comments
 (0)