From b383b05b2a9e591443ddfa4d3b487d79e1166d48 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Sun, 11 Dec 2022 19:27:03 +1000 Subject: [PATCH] Fix CI --- .github/workflows/main.yml | 2 +- .vscode/settings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 +}