Skip to content

a few doc fixes (grammar, wrapping, +layout) #261

a few doc fixes (grammar, wrapping, +layout)

a few doc fixes (grammar, wrapping, +layout) #261

Workflow file for this run

name: Check TS
on:
push:
branches: ["main"]
pull_request:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run install
run: npm install
- name: Run check
run: npm run check