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

Commit

Permalink
ci: add format command to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel committed Feb 27, 2024
1 parent 67179d5 commit c6accdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate-openapi-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- name: Format OpenAPI File
run: npx @scalar/cli format ./packages/cli/openapi.json
- name: Validate OpenAPI File
run: npx @scalar/cli validate ./packages/cli/openapi.json

0 comments on commit c6accdf

Please sign in to comment.