Skip to content

Commit 426f6cb

Browse files
author
Greg Roth
authored
Update format checker action (microsoft#6067)
Updates the format checker action yaml to conform to our policies
1 parent 14b0da7 commit 426f6cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/clang-format-checker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
fetch_depth: 100 # Fetches only the last 10 commits
2727

2828
- name: "Listed files"
29+
env: LISTED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
2930
run: |
3031
echo "Formatting files:"
31-
echo "${{ steps.changed-files.outputs.all_changed_files }}"
32+
echo "$LISTED_FILES"
3233
3334
- name: Install clang-format
3435
uses: aminya/setup-cpp@v1

0 commit comments

Comments
 (0)