forked from TrueCloudLab/frostfs-api
21 lines
382 B
YAML
21 lines
382 B
YAML
name: Buf check
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
pull_request:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
buf:
|
|
runs-on: docker
|
|
container:
|
|
image: node:22-bookworm
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: https://github.com/bufbuild/buf-action@v1
|
|
with:
|
|
version: 1.46.0
|
|
pr_comment: false
|
|
push: false
|
|
archive: false
|