Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

add retraction notice for v0.35 (#9308) #1

add retraction notice for v0.35 (#9308)

add retraction notice for v0.35 (#9308) #1

Workflow file for this run

name: Protobuf Lint
on:
pull_request:
paths:
- 'proto/**'
push:
branches:
- master
paths:
- 'proto/**'
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.6.0
- uses: bufbuild/buf-lint-action@v1
with:
input: 'proto'