This commit is contained in:
@@ -50,6 +50,16 @@ steps:
|
||||
depends_on:
|
||||
- install
|
||||
|
||||
- name: check
|
||||
image: node:22-alpine
|
||||
commands:
|
||||
- corepack enable
|
||||
- corepack prepare pnpm@10.29.2 --activate
|
||||
- pnpm install --frozen-lockfile
|
||||
- pnpm check
|
||||
depends_on:
|
||||
- install
|
||||
|
||||
- name: Send Prettier Status Notification (failure)
|
||||
image: curlimages/curl
|
||||
environment:
|
||||
@@ -85,5 +95,6 @@ steps:
|
||||
- install
|
||||
- lint
|
||||
- format check
|
||||
- check
|
||||
when:
|
||||
- status: [success]
|
||||
|
||||
Reference in New Issue
Block a user