Skip to content

docs: change tag from div to li element Co-authored-by: 小林 輝 <[email protected]> Co-authored-by: Divyansh Singh <[email protected]> (#1993) #2671

docs: change tag from div to li element Co-authored-by: 小林 輝 <[email protected]> Co-authored-by: Divyansh Singh <[email protected]> (#1993)

docs: change tag from div to li element Co-authored-by: 小林 輝 <[email protected]> Co-authored-by: Divyansh Singh <[email protected]> (#1993) #2671

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