Skip to content

add the 4.1.0 release into the changelog and bump the base package ve… #10

add the 4.1.0 release into the changelog and bump the base package ve…

add the 4.1.0 release into the changelog and bump the base package ve… #10

Workflow file for this run

name: lint protobuf files
on:
pull_request: # Apply to all pull requests
push: # Apply to all branches
jobs:
lint-protos:
runs-on: ubuntu-latest
steps:
# Run `git checkout`
- uses: actions/checkout@v3
# Install the `buf` CLI
- uses: bufbuild/buf-setup-action@v1
# Lint your Protobuf sources
- uses: bufbuild/buf-lint-action@v1
with:
input: src