Skip to content

Commit

Permalink
Update format checker action (microsoft#6067)
Browse files Browse the repository at this point in the history
Updates the format checker action yaml to conform to our policies
  • Loading branch information
pow2clk authored Nov 27, 2023
1 parent 14b0da7 commit 426f6cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clang-format-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
fetch_depth: 100 # Fetches only the last 10 commits

- name: "Listed files"
env: LISTED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
echo "Formatting files:"
echo "${{ steps.changed-files.outputs.all_changed_files }}"
echo "$LISTED_FILES"
- name: Install clang-format
uses: aminya/setup-cpp@v1
Expand Down

0 comments on commit 426f6cb

Please sign in to comment.