File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 5151 echo "## ์ค๋ฐ๊ฟ ๋๋ฝ ํ์ผ" >> $GITHUB_STEP_SUMMARY
5252 for file in $files; do
5353 echo "๊ฒ์ฌ ์ค: $file"
54+ # ๋ฐ์ด๋๋ฆฌ ํ์ผ์ ์ค๋ฐ๊ฟ ๊ฒ์ฌ ๋์์์ ์ ์ธ
55+ if [ -s "$file" ] && ! grep -qI . "$file"; then
56+ echo "โญ๏ธ ๊ฑด๋๋ (๋ฐ์ด๋๋ฆฌ): $file"
57+ continue
58+ fi
5459 if [ -s "$file" ] && [ "$(tail -c 1 $file | wc -l)" -eq 0 ]; then
5560 echo "โ ์ค๋ฐ๊ฟ ๋๋ฝ: $file"
5661 echo "- $file" >> $GITHUB_STEP_SUMMARY
Original file line number Diff line number Diff line change 2424
2525## ์์
2626
27- ๋ฆฌํธ์ฝ๋ ์คํฐ๋๊ฐ ์ฌ๋ฌ๋ถ์ ์ฝ๋ฉ ํ
์คํธ ์ค๋น์ ๋์์ด ๋์
จ๋ค๋ฉด ํ์์ ๊ณ ๋ คํด์ฃผ์๋ฉด ๊ฐ์ฌํ๊ฒ ์ต๋๋ค. ๐
27+ ๋ฌ๋ ์คํฐ๋๋ก ๋ถํฐ ๋ฐ์ ๋์์ ํ์์ ํตํด์ ๋ ๋ง์ ๋ถ๋ค์๊ฒ ๋๋ ์ฃผ์ธ์. ๐
28+ ํ์์ ๋ฌ๋ ์คํฐ๋๊ฐ ์ปค๋ฎค๋ํฐ๋ก์ ์ง์ ๊ฐ๋ฅํ ์ ์๋ ์ค์ํ ๊ธฐ๋ฐ์ด ๋ฉ๋๋ค. ๐
2829์ ์ฅ์์ ์คํ๋ฅผ ์ฃผ์๋ ๊ฒ๋ ๋ ๋ง์ ๋ถ๋ค์ด ์ ํฌ ์ปค๋ฎค๋ํฐ๋ฅผ ์ฐพ๋๋ฐ ๋์์ด ๋ฉ๋๋ค. โญ
2930
3031<p align =" center " >
You canโt perform that action at this time.
0 commit comments