Skip to content

Bump @tailwindcss/typography from 0.5.15 to 0.5.16 #311

Bump @tailwindcss/typography from 0.5.15 to 0.5.16

Bump @tailwindcss/typography from 0.5.15 to 0.5.16 #311

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