Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fail if prek fails
  • Loading branch information
ShaharNaveh committed Apr 9, 2026
commit 40834161e4c0daeb194d6f7e75c4e7707e86383c
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ jobs:
with:
cache: false
show-verbose-logs: false
continue-on-error: true

- name: save prek cache
if: ${{ github.ref == 'refs/heads/main' }} # only save on main
Expand All @@ -405,6 +404,7 @@ jobs:
path: ~/.cache/prek

- name: reviewdog
if: ${{ !cancelled() }}
uses: reviewdog/action-suggester@aa38384ceb608d00f84b4690cacc83a5aba307ff # 1.24.0
with:
level: warning
Expand Down