Skip to content

build(deps): bump actions/checkout from 3.5.2 to 4.0.0 #311

build(deps): bump actions/checkout from 3.5.2 to 4.0.0

build(deps): bump actions/checkout from 3.5.2 to 4.0.0 #311

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'