Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

ci: no npm cache

ci: no npm cache #4

name: Validate OpenAPI File
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Validate OpenAPI File
run: npx @scalar/cli validate ./packages/cli/openapi.json