Skip to content

docs: add license command documentation and improve CLI command structure #636

docs: add license command documentation and improve CLI command structure

docs: add license command documentation and improve CLI command structure #636

Workflow file for this run

name: CI
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docs
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
- name: Install Dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Check for Broken Links
run: npx -y mint broken-links