Skip to content

Bump prettier-plugin-tailwindcss from 0.5.12 to 0.5.13 #96

Bump prettier-plugin-tailwindcss from 0.5.12 to 0.5.13

Bump prettier-plugin-tailwindcss from 0.5.12 to 0.5.13 #96

Workflow file for this run

name: lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Format check
run: yarn format:check
- name: Run lint check
run: yarn lint