feat: making span processor type configurable #132
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |