diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index eda0b65..1e30191 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -19,5 +19,6 @@ jobs: uses: creyD/prettier_action@v4.3 with: # This part is also where you can pass other options, for example: + prettier_plugins: "prettier-plugin-tailwindcss" prettier_options: --write **/*.{js,jsx,ts,tsx,json,css,vue,md} only_changed: True