Skip to content

Bump @tailwindcss/typography from 0.5.9 to 0.5.10 (#500) #1141

Bump @tailwindcss/typography from 0.5.9 to 0.5.10 (#500)

Bump @tailwindcss/typography from 0.5.9 to 0.5.10 (#500) #1141

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm i
- run: npm run lint