Skip to content

Commit

Permalink
generate styles typedoc [#295]
Browse files Browse the repository at this point in the history
* export list of supported languages
  • Loading branch information
bdon committed Oct 11, 2024
1 parent 8ec42aa commit 41df3a2
Show file tree
Hide file tree
Showing 4 changed files with 1,062 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Check styles
run: npm ci && npm run tsc && npm run check
working-directory: styles
- name: Generate styles typedoc
run: npx typedoc src/index.ts --out ../app/dist/typedoc
working-directory: styles
- run: npm ci && npm run tsc && npm run check && npm run build
working-directory: app
- run: python .github/check_examples.py
Expand Down
Loading

0 comments on commit 41df3a2

Please sign in to comment.