Skip to content

docs: remove fathom analytics Co-authored-by: mdong1909 <mdong1909@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> (#2661) #2828

docs: remove fathom analytics Co-authored-by: mdong1909 <mdong1909@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> (#2661)

docs: remove fathom analytics Co-authored-by: mdong1909 <mdong1909@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> (#2661) #2828

Workflow file for this run

name: Lint
on: [push, pull_request]
permissions:
contents: read
jobs:
textlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: 22
cache: 'pnpm'
- name: Install deps
run: pnpm install
- name: Run textlint
run: pnpm run lint