Skip to content

Commit

Permalink
continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Jan 22, 2025
1 parent 1a2f9da commit cc242b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/monkey-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
- name: Check pretty (changed files)
if: github.event_name == 'pull_request'
id: check-pretty
continue-on-error: true
run: |
CHANGED_FILES=$(echo ${{ steps.get-changed-files.outputs.result }})
if [ -n "$CHANGED_FILES" ]; then
Expand All @@ -164,6 +165,7 @@ jobs:
- name: Check pretty (all files)
if: github.event_name == 'push'
id: check-pretty-all
continue-on-error: true
run: pnpm prettier --check .

- name: Fix pretty (changed files)
Expand Down

0 comments on commit cc242b4

Please sign in to comment.