From a5fecb328839ea92a9513dfca9704142ca9aafb9 Mon Sep 17 00:00:00 2001 From: Soren Soe <2106410+stsoe@users.noreply.github.com> Date: Fri, 28 Feb 2025 15:00:27 -0800 Subject: [PATCH] Update clangtidy.yml Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com> --- .github/workflows/clangtidy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clangtidy.yml b/.github/workflows/clangtidy.yml index ffd8e99..ee18632 100644 --- a/.github/workflows/clangtidy.yml +++ b/.github/workflows/clangtidy.yml @@ -19,6 +19,7 @@ jobs: submodules: recursive fetch-depth: 0 token: ${{ secrets.WORKFLOW_PAT }} + - name: Fetch base branch run: | git fetch origin ${{ github.base_ref }}