Skip to content

fix: apply changes from external audit #124

fix: apply changes from external audit

fix: apply changes from external audit #124

Workflow file for this run

name: Lint protobuf
on:
push:
branches:
- main
pull_request:
paths:
- '**/*.proto'
permissions:
contents: read
jobs:
lint-protos:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install buf
uses: bufbuild/buf-setup-action@v1
- name: Lint protos
uses: bufbuild/buf-lint-action@v1