mirror of
https://github.com/wireadmin/wireadmin
synced 2025-06-26 18:28:06 +00:00
run script recursive if present
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user