Skip to content

Bump bavix/.github from 0.3.1 to 0.3.2 #15

Bump bavix/.github from 0.3.1 to 0.3.2

Bump bavix/.github from 0.3.1 to 0.3.2 #15

Workflow file for this run

name: buf-lint
on:
push:
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
buf-lint:
name: lint
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.22' ]
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1