Skip to content

feat(deploy): Add .rillcloud/project.yaml to store deployed info #2073

feat(deploy): Add .rillcloud/project.yaml to store deployed info

feat(deploy): Add .rillcloud/project.yaml to store deployed info #2073

Workflow file for this run

name: Check .proto files
on:
pull_request:
paths:
- "proto/**"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
with:
input: "proto"