Skip to content

Commit 8d5e7d4

Browse files
committed
Remove lint from ci
1 parent 50f77c8 commit 8d5e7d4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
sury:
14-
name: Sury - Build & Test & Lint & Pack
14+
name: Sury - Build & Test & Pack
1515
runs-on: ubuntu-24.04
1616
steps:
1717
- uses: actions/checkout@v4
@@ -32,8 +32,9 @@ jobs:
3232
with:
3333
files: packages/sury/coverage/lcov.info
3434

35-
- run: pnpm lint:stdlib
36-
working-directory: packages/sury
35+
# Doesn't work with rescript v12
36+
# - run: pnpm lint:stdlib
37+
# working-directory: packages/sury
3738

3839
- uses: actions/upload-artifact@v4
3940
with:

0 commit comments

Comments
 (0)