Skip to content

Commit

Permalink
Update format checker action
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 committed Nov 27, 2023
1 parent 5d5a940 commit 187e583
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 187e583

Please sign in to comment.