From ac7ccd960d2fb6b1ef344d8232a1d04689212ba8 Mon Sep 17 00:00:00 2001 From: tripp <86533397+trippjoe@users.noreply.github.com> Date: Wed, 2 Jul 2025 22:21:17 -0400 Subject: [PATCH] optional linting: only fetch master branch (#3972) --- .github/workflows/linting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index cf4c7136d6..21d8673130 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -67,6 +67,6 @@ jobs: - name: Check for Removed goal_src/ Code # FYI - if you run this `git diff` on windows, it creates a utf-16 LE file run: | - git fetch origin + git fetch origin master git diff origin/master > lint-changes.diff python ./scripts/ci/lint-gsrc-removals.py