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