Skip to content

chore: bump prettier-plugin-tailwindcss from 0.6.14 to 0.7.1 #206

chore: bump prettier-plugin-tailwindcss from 0.6.14 to 0.7.1

chore: bump prettier-plugin-tailwindcss from 0.6.14 to 0.7.1 #206

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run lint