Skip to content

Add column for auth only #1489

Add column for auth only

Add column for auth only #1489

Workflow file for this run

name: buf-ci
on:
push:
permissions:
contents: read
jobs:
buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
setup_only: true
- run: buf format --diff --exit-code
- run: buf lint