From 45630431819f1ffa645f5a14f359193e740c64cf Mon Sep 17 00:00:00 2001 From: Ekrem Seren Date: Sat, 14 Dec 2024 00:57:51 +0300 Subject: [PATCH] add diff against dev branch to help with PR reviews --- .github/workflows/ci.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 447aa1e..cdfd6cd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -88,6 +88,16 @@ jobs: - name: Run diff against branch run: scripts/diff_against_branch.sh + # diff check against dev branch to help with the PR reviews + diff-dev: + name: Diff against dev to help with the PR reviews + runs-on: ubuntu-latest + steps: + - name: Checkout the repo + uses: actions/checkout@v4 + - name: Run diff against branch + run: scripts/diff_against_branch.sh dev || true && echo "\nšŸ›Ÿ THIS IS ONLY INFORMATIONAL. ERRORS ARE NOT VALID FOR DEV BRANCH." + # dependency check to catch if proto files were not updated correctly dependency-check: runs-on: ubuntu-latest