Skip to content

feat: adding dotnet support #121

feat: adding dotnet support

feat: adding dotnet support #121

Workflow file for this run

name: "lint protobuf"
on: pull_request
jobs:
pr-check:
runs-on: ubuntu-latest
steps:
- name: checkout source
uses: actions/checkout@v1
- name: Install buf
uses: wizhi/setup-buf@v1
with:
version: 1.0.0-rc12
- name: Lint proto
run: make lint-proto