Skip to content

Support namespaces #115

Support namespaces

Support namespaces #115

Workflow file for this run

name: Protobuf CI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
tags:
- "**"
jobs:
fmt:
name: Format
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # [email protected]
- uses: bufbuild/buf-setup-action@35c243d7f2a909b1d4e40399b348a7fdab27d78d # [email protected]
with:
version: "1.34.0"
github_token: ${{ github.token }}
- name: Check Protobuf Format
run: buf format -d --exit-code