Skip to content

chore: use "kB" everywhere with the correct definition #1070

chore: use "kB" everywhere with the correct definition

chore: use "kB" everywhere with the correct definition #1070

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