Skip to content

Commit

Permalink
Update clang-format-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Oct 27, 2023
1 parent 1465c47 commit 66f6736
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: my-artifact
path: ${{ steps.verify-changed-files.outputs.changed_files }}"
path: |
.clang-format
${{ steps.verify-changed-files.outputs.changed_files }}"

0 comments on commit 66f6736

Please sign in to comment.