We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fe9d8 commit b02565dCopy full SHA for b02565d
โ.github/workflows/integration.yamlโ
@@ -1,4 +1,17 @@
1
-- name: Find files with issues
+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
15
run: |
16
files=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }})
17
echo "๋ณ๊ฒฝ๋ ํ์ผ ๋ชฉ๋ก:"
@@ -33,4 +46,4 @@
33
46
echo -e "\n:warning: ์ ๋ฌธ์ ๋ค์ ํด๊ฒฐํด ์ฃผ์ธ์:" >> $GITHUB_STEP_SUMMARY
34
47
echo "ํ์ฌ ์ํ: success=$success" # ๋๋ฒ๊น ๋ก๊ทธ
35
48
exit 1
36
- fi
49
+ fi
0 commit comments