We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6eb342 commit 150e976Copy full SHA for 150e976
2 files changed
.github/workflows/ci.yml
@@ -23,3 +23,9 @@ jobs:
23
24
- name: Run Schemy Clippy
25
run: nix develop -c cargo clippy
26
+
27
+ - name: Run schemaorg-ts typecheck
28
+ run: cd schemaorg-ts && nix develop -c pnpm typecheck
29
30
+ - name: Run schemaorg-ts lint
31
+ run: cd schemaorg-ts && nix develop -c pnpm lint
README.md
@@ -3,3 +3,4 @@
3
- [schemy](./schemy) - Generates Rust types from Schema.org JSON-LD vocabulary.
4
- [schemy-ts](./schemy-ts) - Generates TypeScript types from Schema.org JSON-LD vocabulary.
5
- [schemaorg-rs](./schemaorg-rs) - Generated Rust types from Schema.org JSON-LD vocabulary.
6
+- [schemaorg-ts](./schemaorg-ts) - Generated TypeScript types from Schema.org JSON-LD vocabulary.
0 commit comments