Skip to content

Commit

Permalink
add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
pow2clk committed Nov 27, 2023
1 parent 187e583 commit eaeef6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env: LISTED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
echo "Formatting files:"
echo $LISTED_FILES
echo "$LISTED_FILES"
- name: Install clang-format
uses: aminya/setup-cpp@v1
Expand Down

0 comments on commit eaeef6b

Please sign in to comment.