Skip to content

Commit

Permalink
Let's see what buf version we're running and why it's different
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeebswihart committed Feb 7, 2024
1 parent 44dd2e1 commit bc0af92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- run: make ci-build
- name: Fail if the repo is dirty
run: |
buf --version
if [[ -n $(git status --porcelain) ]]; then
echo "Detected uncommitted changes."
git status
Expand Down

0 comments on commit bc0af92

Please sign in to comment.