diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 02aa481..1529f85 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -26,6 +26,12 @@ jobs: - name: Install dependencies run: npm ci + - name: Run lint + run: npm run lint + + - name: Run prettier + run: npm run prettier + - name: Build run: npm run build env: