Skip to content

⬆️ Bump prettier-plugin-tailwindcss from 0.5.13 to 0.5.14 #3729

⬆️ Bump prettier-plugin-tailwindcss from 0.5.13 to 0.5.14

⬆️ Bump prettier-plugin-tailwindcss from 0.5.13 to 0.5.14 #3729

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
cache: "pnpm"
node-version-file: '.node-version'
- name: Install dependencies πŸ“¦
run: pnpm install
- name: Lint 🎨
run: pnpm run test:lint
- name: TypeScript check 🏷
run: pnpm run tscheck
- name: Tests βœ…
run: pnpm run test:unit
- name: Upload Coverage πŸ“ˆ
run: pnpm run test:coverage