Skip to content

chore(package): update tailwindcss to version 3.4.16 #595

chore(package): update tailwindcss to version 3.4.16

chore(package): update tailwindcss to version 3.4.16 #595

Workflow file for this run

name: PR Source Code Check
on:
workflow_dispatch:
push:
jobs:
lint:
name: Run ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: '14'
cache: 'yarn'
- run: yarn
- run: yarn lint
prettier:
name: Run Prettier Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: '14'
cache: 'yarn'
- run: yarn
- run: yarn format