Skip to content

NOISSUE - Add Software Startup and guide to S0 docs #77

NOISSUE - Add Software Startup and guide to S0 docs

NOISSUE - Add Software Startup and guide to S0 docs #77

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install markdownlint-cli
run: npm install -g markdownlint-cli
- name: run markdownlint
run: markdownlint --disable MD013 -- docs/