Skip to content

feat: publish typescript action #5

feat: publish typescript action

feat: publish typescript action #5

Workflow file for this run

name: "Documentation"
on:
push:
branches:
- main
pull_request:
branches:
- main
paths:
- '**/*.md'
jobs:
markdownlint:
runs-on: self-hosted
name: 'Markdown Format'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install --global markdownlint-cli
- run: markdownlint --disable MD013 -- .