Skip to content

Commit

Permalink
added list change files step
Browse files Browse the repository at this point in the history
  • Loading branch information
rjwignar committed Feb 27, 2024
1 parent 078b971 commit 97e184d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
files: |
src/Features/*.cpp
src/Features/*.h
- name: List all changed files
run: |
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo "$file was changed"
done
- uses: DoozyX/clang-format-lint-action@v0.17
with:
source: "."
Expand Down

0 comments on commit 97e184d

Please sign in to comment.