Skip to content

Commit 792188b

Browse files
committed
Chore: 워크플로우 수정
1 parent 469cb30 commit 792188b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration.yaml

+2
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)