From 56d435fcee735505bce325429cc31892bb585e7d Mon Sep 17 00:00:00 2001 From: Michael Nasr <44876651+Micnasr@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:57:30 -0400 Subject: [PATCH] trying to fix style reference in command --- .github/workflows/pr-format-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-format-check.yml b/.github/workflows/pr-format-check.yml index 21a28ddc6..19dc113a5 100644 --- a/.github/workflows/pr-format-check.yml +++ b/.github/workflows/pr-format-check.yml @@ -22,7 +22,7 @@ jobs: - name: Check code formatting run: | - git clang-format --style=file --style=file=firmware/.clang-format --diff $(git merge-base HEAD main) -v + git clang-format --style=file:firmware/.clang-format --diff $(git merge-base HEAD main) -v - name: Check for changes id: check_changes