Skip to content

build(deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.1 in /uuid #313

build(deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.1 in /uuid

build(deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.1 in /uuid #313

Workflow file for this run

name: buf-lint
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
with:
input: 'uuid/api'
- uses: bufbuild/buf-breaking-action@v1
with:
input: 'uuid/api'
# The 'main' branch of the GitHub repository that defines the module.
# Note we specify the subdir to compare against.
against: 'https://github.com/${GITHUB_REPOSITORY}.git#branch=main,ref=HEAD~1,subdir=uuid/api'