Skip to content

Commit

Permalink
Update pr-format-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Micnasr authored Mar 26, 2024
1 parent 3557d64 commit 0a9e061
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:

- name: Set up clang-format
run: sudo apt-get install clang-format -y

- name: Check if git-clang-format is installed
run: |
echo "Running git clang-format help..."
git clang-format -h
- name: Fetch main branch
run: git fetch origin main:main
Expand Down

0 comments on commit 0a9e061

Please sign in to comment.