Skip to content

Commit 150e976

Browse files
committed
chore: schemaorg-ts ci actions + update readme
1 parent c6eb342 commit 150e976

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ jobs:
2323

2424
- name: Run Schemy Clippy
2525
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
- [schemy](./schemy) - Generates Rust types from Schema.org JSON-LD vocabulary.
44
- [schemy-ts](./schemy-ts) - Generates TypeScript types from Schema.org JSON-LD vocabulary.
55
- [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

Comments
 (0)