Skip to content

docs: add example for mergeConfig with a config in callback form (#1079) #1084

docs: add example for mergeConfig with a config in callback form (#1079)

docs: add example for mergeConfig with a config in callback form (#1079) #1084

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
textlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install deps
run: yarn
- name: Run textlint
run: yarn lint
env:
CI: true