diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e36a50aed..9428c1aab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,8 @@ jobs: with: dry: True prettier_options: --config ./frontend/.prettierrc.js --check + prettier_plugins: + - "prettier-plugin-import-sort" - name: Run ruff (Python) uses: jpetrucciani/ruff-check@0.0.239