Skip to content

Bump tailwindcss from 3.4.13 to 3.4.14 #1732

Bump tailwindcss from 3.4.13 to 3.4.14

Bump tailwindcss from 3.4.13 to 3.4.14 #1732

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
cache: 'yarn'
- run: yarn install
- run: yarn lint