Fail if prek fails (#7574)

This commit is contained in:
Shahar Naveh
2026-04-10 11:50:03 +02:00
committed by GitHub
parent 31edcfa97e
commit 9cf7bcd64a

View File

@@ -389,7 +389,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
@@ -399,6 +398,7 @@ jobs:
path: ~/.cache/prek
- name: reviewdog
if: ${{ !cancelled() }}
uses: reviewdog/action-suggester@aa38384ceb608d00f84b4690cacc83a5aba307ff # 1.24.0
with:
level: warning