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