mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Fail if prek fails (#7574)
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user