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

ci: use ubuntu-latest #5

ci: use ubuntu-latest

ci: use ubuntu-latest #5

name: Validate OpenAPI File
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
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