We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972aec1 commit 111d25fCopy full SHA for 111d25f
.github/workflows/ci.yml
@@ -43,10 +43,6 @@ jobs:
43
- name: Install dependencies
44
run: pnpm install --frozen-lockfile
45
46
- # Run lint check (adjust script name if necessary)
47
- - name: Run Lint Check
48
- run: pnpm lint
49
-
50
# Run build for the snow-leopard app (adjust filter/script if necessary)
51
- name: Run Build Check
52
run: pnpm --filter snow-leopard build
0 commit comments