run script recursive if present

This commit is contained in:
Shahrad Elahi
2024-04-26 23:29:57 +03:30
parent 844c563768
commit 4f2a927e3e
2 changed files with 4 additions and 4 deletions

View File

@@ -24,8 +24,8 @@ jobs:
cache: 'pnpm'
- run: pnpm -r install --frozen-lockfile
- run: pnpm format:check
- run: pnpm lint
- run: pnpm --if-present format:check
- run: pnpm --if-present lint
image:
runs-on: ubuntu-latest