Skip to content

Commit

Permalink
fix missing props
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Jan 22, 2025
1 parent a49ccd7 commit 1a2f9da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/monkey-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,11 @@ jobs:
name: Install dependencies
run: pnpm install

prettify-check:
name: Prettify Check
check-pretty:
name: check-pretty
needs: [pre-ci, prime-cache]
runs-on: ubuntu-latest
if: needs.pre-ci.outputs.should-build-be == 'true' || needs.pre-ci.outputs.should-build-fe == 'true' || needs.pre-ci.outputs.should-build-pkg == 'true' || needs.pre-ci.outputs.assets-json == 'true' || contains(github.event.pull_request.labels.*.name, 'force-full-ci')
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 1a2f9da

Please sign in to comment.