Skip to content

Add check_protos workflow to validate that all .proto files in the repo are valid #12

Add check_protos workflow to validate that all .proto files in the repo are valid

Add check_protos workflow to validate that all .proto files in the repo are valid #12

Workflow file for this run

name: PR
on:
pull_request:
branches:
- main
workflow_call:
workflow_dispatch:
jobs:
check_protos:
name: Check .proto files
uses: ./.github/workflows/check_protos.yml