Skip to content

Publish to index.html, not docs.html #5

Publish to index.html, not docs.html

Publish to index.html, not docs.html #5

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- name: Run Linter
run: npx @redocly/cli@latest lint spec.json