Skip to content

Commit

Permalink
Merge remote-tracking branch 'kminoda/main' into fix/hogehoge
Browse files Browse the repository at this point in the history
  • Loading branch information
kminoda committed Jun 4, 2024
2 parents f7fd4c3 + 89d0b69 commit a6b49b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: changed-files
run: |
git fetch origin ${{ github.base_ref }} --depth=1
git diff --name-only ${{ github.base_ref }} ${{ github.head_ref }} > changed_files.txt
git diff --name-only origin/${{ github.base_ref }} ${{ github.head_ref }} > changed_files.txt
cat changed_files.txt
- name: Run Cppcheck on changed files
Expand Down

0 comments on commit a6b49b7

Please sign in to comment.