Skip to content

docs(idea/package): differences in handling user dependent and non us… #14

docs(idea/package): differences in handling user dependent and non us…

docs(idea/package): differences in handling user dependent and non us… #14

Workflow file for this run

name: textlint
on:
push:
branches:
- main
jobs:
textlint:
name: textlint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: true
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Run lint
run: pnpm lint