Skip to content

feat(dnsaas-tutorial): Add links to howtos for Zone Transfer and Zone… #444

feat(dnsaas-tutorial): Add links to howtos for Zone Transfer and Zone…

feat(dnsaas-tutorial): Add links to howtos for Zone Transfer and Zone… #444

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@v3
with:
node-version: '14'
- run: "npm install"
- run: "npm run lint"