Skip to content

Commit 33cd153

Browse files
committed
Actually linting is cursed
1 parent 1dfbe64 commit 33cd153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/turf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
- run: pnpm install --frozen-lockfile
3737
- run: pnpm lerna run build --since origin/master --ignore @turf/turf
3838
- run: git diff --exit-code
39-
- run: pnpm run lint
4039
- run: pnpm lerna run test --since origin/master
40+
# note: does not run linting
4141
# note: does not run last-checks

0 commit comments

Comments
 (0)