diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b684dd5..b3c24a14 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: with: node-version: latest - run: pnpm install - - run: pnpm format + - run: pnpm format:check - run: pnpm build - run: pnpm package diff --git a/.vscode/settings.json b/.vscode/settings.json index 8b8a815f..2b006d2e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,4 +3,4 @@ "editor.quickSuggestions": { "strings": true } -} \ No newline at end of file +}