Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Jan 22, 2025
1 parent cc242b4 commit 7c68205
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/monkey-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ jobs:
id: check-pretty-all
continue-on-error: true
run: pnpm prettier --check .

- name: Log
run: |
echo steps.check-pretty.conclusion ${{ steps.check-pretty.conclusion }}
echo steps.check-pretty-all.conclusion ${{ steps.check-pretty-all.conclusion }}
- name: Fix pretty (changed files)
if: github.event_name == 'pull_request' && steps.check-pretty.conclusion == 'failure'
Expand Down

0 comments on commit 7c68205

Please sign in to comment.