diff --git a/.github/workflows/formatter.yml b/.github/workflows/formatter.yml index 0cffbd5..e5f0346 100644 --- a/.github/workflows/formatter.yml +++ b/.github/workflows/formatter.yml @@ -5,6 +5,8 @@ jobs: name: clang-format Code Formatter runs-on: ubuntu-latest steps: + - name: git-safe + run: git config --global --add safe.directory /github/workspace - name: Clang Code Formatter uses: ivanludvig/clang-format-action@v1.4 env: