Skip to content

Commit a9c633f

Browse files
Issue #10: Fix Code Style check
1 parent 3a7d92e commit a9c633f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-code-style-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Find Modified C++ Files in PR
1818
id: changed-files
1919
run: |
20+
git fetch origin ${{ github.base_ref }} --depth=1
2021
FILES=$(git diff --name-only origin/${{ github.base_ref }} -- '*.cpp' '*.h')
2122
if [[ -z "$FILES" ]]; then
2223
echo "✅ No modified C++ files in this PR."

0 commit comments

Comments
 (0)