Skip to content

Commit 1dfbe64

Browse files
committed
Actually run lint for timing purposes
1 parent d1d4167 commit 1dfbe64

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 lerna run lint
39+
- run: pnpm run lint
4040
- run: pnpm lerna run test --since origin/master
4141
# note: does not run last-checks

0 commit comments

Comments
 (0)