Skip to content

Update bufbuild/buf-setup-action action to v1.47.2 #5

Update bufbuild/buf-setup-action action to v1.47.2

Update bufbuild/buf-setup-action action to v1.47.2 #5

Workflow file for this run

---
name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Buf Init
uses: bufbuild/buf-setup-action@v1.47.0
with:
version: latest
- name: Buf Lint
run: |
buf lint
...