Skip to content

Remove common.Config from syncer.Config #9494

Remove common.Config from syncer.Config

Remove common.Config from syncer.Config #9494

Workflow file for this run

name: Lint proto files
on:
push:
tags:
- "*"
branches:
- master
- dev
pull_request:
merge_group:
types: [checks_requested]
permissions:
contents: read
jobs:
buf-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/[email protected]
with:
github_token: ${{ github.token }}
- uses: bufbuild/buf-lint-action@v1
with:
input: "proto"