mirror of
https://github.com/open-goal/jak-project
synced 2026-07-08 22:45:00 -04:00
optional linting: only fetch master branch (#3972)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user