Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,9 @@ jobs:

- run: npm ci

- run: npm run format:check
background: true
- name: Generated API types are up to date
run: npm run openapi:check
- run: npm run format:check
background: true
- run: npm run lint
background: true
Expand Down
Loading