Skip to content

chore(deps-dev): bump @tailwindcss/typography from 0.5.10 to 0.5.15 #154

chore(deps-dev): bump @tailwindcss/typography from 0.5.10 to 0.5.15

chore(deps-dev): bump @tailwindcss/typography from 0.5.10 to 0.5.15 #154

Workflow file for this run

on:
pull_request:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- run: |
npm ci
- run: |
npm run build
check-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- run: |
npm ci
- run: |
npm run lint