From 33cd153cc0b74cdc782c103b2f85c44b77125b9e Mon Sep 17 00:00:00 2001 From: Matt Fedderly Date: Fri, 9 Aug 2024 15:19:26 -0400 Subject: [PATCH] Actually linting is cursed --- .github/workflows/turf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/turf.yml b/.github/workflows/turf.yml index e524b059e..61bef5b58 100644 --- a/.github/workflows/turf.yml +++ b/.github/workflows/turf.yml @@ -36,6 +36,6 @@ jobs: - run: pnpm install --frozen-lockfile - run: pnpm lerna run build --since origin/master --ignore @turf/turf - run: git diff --exit-code - - run: pnpm run lint - run: pnpm lerna run test --since origin/master + # note: does not run linting # note: does not run last-checks