Skip to content

doctoc

doctoc #100

Workflow file for this run

name: lint text
on: [push, pull_request]
jobs:
build:
name: lint text
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: npm install
- name: lint text
run: npm run lint