ci: remove lint step until migrate to eslint 9

This commit is contained in:
Mathieu Schimmerling
2024-07-20 19:37:37 +02:00
parent 98138106dd
commit 66e2fc9b0d

View File

@@ -28,5 +28,5 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v4.0.0
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
#- run: pnpm run lint
- run: pnpm run build