Skip to content

Merge pull request #25 from Redocly/add-lint-annotation #34

Merge pull request #25 from Redocly/add-lint-annotation

Merge pull request #25 from Redocly/add-lint-annotation #34

Workflow file for this run

name: Validate museum OpenAPI description
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up node
uses: actions/setup-node@v4
- name: Install Redocly CLI
run: npm install -g @redocly/cli@latest
- name: Run linting
run: redocly lint --format=github-actions