Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jan 18, 2025
1 parent 132acd8 commit 19f27b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
uv sync --group dev
uv run task proto
git diff --exit-code > /dev/null && uv run task build proto
git diff --exit-code && uv run task build proto
- name: update golang dependencies
run: ruff format . && cd goneonize && go get -u && go mod tidy
- name: Create Pull Request
Expand Down

0 comments on commit 19f27b1

Please sign in to comment.