Skip to content

fix: updating reference to MIT license #8

fix: updating reference to MIT license

fix: updating reference to MIT license #8

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: Setup node
uses: actions/setup-node@v3
with:
node-version: 20.5.1
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run Redocly CLI linting
run: npm run lint