Skip to content

Update dependency @tailwindcss/typography to ^0.5.10 #819

Update dependency @tailwindcss/typography to ^0.5.10

Update dependency @tailwindcss/typography to ^0.5.10 #819

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
container:
image: node:16-buster-slim
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build
- name: Build site
run: yarn build.site