Skip to content

Commit

Permalink
Actually linting is cursed
Browse files Browse the repository at this point in the history
  • Loading branch information
mfedderly committed Aug 9, 2024
1 parent 1dfbe64 commit 33cd153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/turf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 33cd153

Please sign in to comment.