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

fix(deps): update module connectrpc.com/connect to v1.14.0 #63

fix(deps): update module connectrpc.com/connect to v1.14.0

fix(deps): update module connectrpc.com/connect to v1.14.0 #63

Workflow file for this run

name: buf lint and breaking check
on: pull_request
jobs:
bufpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
with:
github_token: ${{ github.token }}
- uses: bufbuild/buf-lint-action@v1
- uses: bufbuild/buf-breaking-action@v1
if: ${{ env.CHECK_BREAKING == 'true' }} # Change to true when API is stable
with:
# The 'main' branch of the GitHub repository that defines the module.
against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main"