Skip to content

Merge pull request #266 from syseleven/bpetermann/s11mgr-remove-limit… #462

Merge pull request #266 from syseleven/bpetermann/s11mgr-remove-limit…

Merge pull request #266 from syseleven/bpetermann/s11mgr-remove-limit… #462

Workflow file for this run

name: Check documentation
on:
- push
jobs:
Lint:
name: Documentation Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14'
- run: "npm install"
- run: "npm run lint"