From ff0b7739681229e9aa3dbae5f7b2e5950b8ef1c9 Mon Sep 17 00:00:00 2001 From: amit-momin Date: Wed, 25 Mar 2026 16:18:56 -0500 Subject: [PATCH] Added CI validation to ensure protos/cre/go refs the cap-dev branch --- .github/workflows/validate-protos-version.yml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/validate-protos-version.yml diff --git a/.github/workflows/validate-protos-version.yml b/.github/workflows/validate-protos-version.yml new file mode 100644 index 0000000000..21d0a940f9 --- /dev/null +++ b/.github/workflows/validate-protos-version.yml @@ -0,0 +1,21 @@ +name: Validate chainlink-protos version + +on: + push: + branches: + - main + pull_request: + branches: + - main + +jobs: + validate-protos-version: + permissions: + contents: read + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v6 + + - name: Validate protos version + uses: smartcontractkit/.github/actions/validate-protos-version@e5a68c3ae58d138e4e7d1d2bbc7918e2b51d7161 #v1.0.0