Skip to content

docs: update CHANGELOG.md #443

docs: update CHANGELOG.md

docs: update CHANGELOG.md #443

Workflow file for this run

name: Run textlint
on:
push:
branches:
- master
paths:
- "**.md"
jobs:
textlint:
name: textlint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup nodejs
uses: actions/setup-node@v4
with:
node-version: 18
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest
- name: Install dependencies
run: |
pnpm install
- name: Run textlint
run: |
pnpm run textlint