Skip to content

Namespace blueprint models according to current major version #26

Namespace blueprint models according to current major version

Namespace blueprint models according to current major version #26

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
jobs:
lint_proto_files:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Get protolint
run: brew install protolint
- name: Lint proto files
run: protolint ./proto/.