Skip to content

feat: add system metrics enabled config #127

feat: add system metrics enabled config

feat: add system metrics enabled config #127

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