Skip to content

Commit

Permalink
Add protobuf linter
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-illiet authored Oct 18, 2024
1 parent f8236e1 commit 65a4e6a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/.protolint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Lint and Check Breaking Changes

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Buf Init
uses: bufbuild/buf-setup-action@v1.9.0
with:
version: latest
- name: Buf Lint
run: |
buf lint
...

0 comments on commit 65a4e6a

Please sign in to comment.