Skip to content

Update registry.code.syseleven.de/syseleven/managed-services/docs/gra… #423

Update registry.code.syseleven.de/syseleven/managed-services/docs/gra…

Update registry.code.syseleven.de/syseleven/managed-services/docs/gra… #423

Workflow file for this run

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