Skip to content

Bump prettier-plugin-tailwindcss from 0.5.13 to 0.5.14 #36

Bump prettier-plugin-tailwindcss from 0.5.13 to 0.5.14

Bump prettier-plugin-tailwindcss from 0.5.13 to 0.5.14 #36

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install pnpm
run: npm install -g pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Run Lint
run: pnpm run lint