Skip to content

fix: <pre> inside <p> in example codeCo-authored-by: Divyansh Sin… #2691

fix: <pre> inside <p> in example codeCo-authored-by: Divyansh Sin…

fix: <pre> inside <p> in example codeCo-authored-by: Divyansh Sin… #2691

Workflow file for this run

name: textlint
on:
push:
branches:
- main
pull_request:
jobs:
textlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: corepack enable pnpm
- name: Install deps
run: npx pnpm i
- name: Run textlint
run: npm run lint