Skip to content

Bump prettier-plugin-tailwindcss from 0.6.6 to 0.6.8 #628

Bump prettier-plugin-tailwindcss from 0.6.6 to 0.6.8

Bump prettier-plugin-tailwindcss from 0.6.6 to 0.6.8 #628

Workflow file for this run

name: prettier
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install Prettier
run: npm install --save-dev prettier
- name: Run Prettier Check
run: npx prettier --check .