Skip to content

Commit

Permalink
feat(openapi): switch to openapi router and add scalar API docs to js…
Browse files Browse the repository at this point in the history
…tz node
  • Loading branch information
zcabter committed Nov 1, 2024
1 parent 7a35ae2 commit 6419494
Show file tree
Hide file tree
Showing 14 changed files with 246 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build
run: nix --accept-flake-config --log-format raw -L build -j auto .#{all,js_jstz}
- name: Flake check
run: nix --accept-flake-config --log-format raw -L flake check -j auto
run: nix --accept-flake-config --log-format raw --log-lines 70 -L flake check -j auto
# Coverage is part of nix flake check, but we want to upload it to Codecov
# So we run it again (it's cached) and upload the result
- name: Coverage
Expand Down
Loading

0 comments on commit 6419494

Please sign in to comment.