Skip to content

Commit 23b4c7f

Browse files
committed
Update deno deps
1 parent 4739b7e commit 23b4c7f

36 files changed

Lines changed: 2398 additions & 1200 deletions

.github/workflows/linter.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,14 @@ jobs:
3434

3535
# Test documentation generation
3636
- name: Test documentation
37-
run: cargo doc --features snapshot_builder
37+
run: cargo doc --features snapshot_builder
38+
39+
#
40+
# Run examples
41+
#
42+
43+
- name: custom_types
44+
run: cargo run --example custom_types
45+
46+
- name: start_here
47+
run: cargo run --example start_here

0 commit comments

Comments
 (0)