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 3a7d92e commit a9c633fCopy full SHA for a9c633f
.github/workflows/pr-code-style-check.yml
@@ -17,6 +17,7 @@ jobs:
17
- name: Find Modified C++ Files in PR
18
id: changed-files
19
run: |
20
+ git fetch origin ${{ github.base_ref }} --depth=1
21
FILES=$(git diff --name-only origin/${{ github.base_ref }} -- '*.cpp' '*.h')
22
if [[ -z "$FILES" ]]; then
23
echo "✅ No modified C++ files in this PR."
0 commit comments