Skip to content

Commit

Permalink
Merge pull request #52 from observerly/ci/github/workflows/buf
Browse files Browse the repository at this point in the history
ci: amend .github/workflows/buf.yaml in workspace root
  • Loading branch information
michealroberts authored Nov 21, 2024
2 parents ef214f0 + e446e94 commit a576e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: bufbuild/buf-breaking-action@v1
with:
input: proto
against: 'https://github.com/observerly/birpc.git#branch=main,ref=HEAD~1,subdir=proto'
against: 'https://github.com/observerly/nova.git#branch=main,ref=HEAD~1,subdir=proto'

# Check for lint errors in the 'proto' directory on all pull requests
- name: Check for Buf lint errors
Expand Down

0 comments on commit a576e78

Please sign in to comment.