We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfbe64 commit 33cd153Copy full SHA for 33cd153
.github/workflows/turf.yml
@@ -36,6 +36,6 @@ jobs:
36
- run: pnpm install --frozen-lockfile
37
- run: pnpm lerna run build --since origin/master --ignore @turf/turf
38
- run: git diff --exit-code
39
- - run: pnpm run lint
40
- run: pnpm lerna run test --since origin/master
+ # note: does not run linting
41
# note: does not run last-checks
0 commit comments