Update buf-lint.yml

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
pull/11896/head
Matthieu MOREL 2 years ago committed by GitHub
parent ae597cac62
commit e41cbdf31f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
name: buf.build name: buf.build
on: # yamllint disable-line rule:truthy on:
pull_request: pull_request:
paths: paths:
- ".github/workflows/buf-lint.yml" - ".github/workflows/buf-lint.yml"
@ -11,6 +11,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.9.0 - uses: bufbuild/buf-setup-action@v1.9.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: bufbuild/buf-lint-action@v1 - uses: bufbuild/buf-lint-action@v1
with: with:
input: 'prompb' input: 'prompb'

Loading…
Cancel
Save