Skip to content

Commit b02565d

Browse files
committed
Test
1 parent 42fe9d8 commit b02565d

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

โ€Ž.github/workflows/integration.yamlโ€Ž

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
- name: Find files with issues
1+
name: ๐Ÿ”„ Integration
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
linelint:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
with:
12+
fetch-depth: 0
13+
14+
- name: Check for 1. missing end line breaks and 2. control characters in filenames
215
run: |
316
files=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }})
417
echo "๋ณ€๊ฒฝ๋œ ํŒŒ์ผ ๋ชฉ๋ก:"
@@ -33,4 +46,4 @@
3346
echo -e "\n:warning: ์œ„ ๋ฌธ์ œ๋“ค์„ ํ•ด๊ฒฐํ•ด ์ฃผ์„ธ์š”:" >> $GITHUB_STEP_SUMMARY
3447
echo "ํ˜„์žฌ ์ƒํƒœ: success=$success" # ๋””๋ฒ„๊น… ๋กœ๊ทธ
3548
exit 1
36-
fi
49+
fi

0 commit comments

Comments
ย (0)