Skip to content

Commit

Permalink
feat: migrate to and support jsr (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Mar 26, 2024
1 parent 2d1d120 commit 0b68a1e
Show file tree
Hide file tree
Showing 44 changed files with 1,243 additions and 414 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1
- uses: Swatinem/rust-cache@v2
- uses: denoland/setup-deno@v1
Expand All @@ -40,3 +40,5 @@ jobs:
run: cargo test --all-targets --all-features --release
- name: Test (Deno)
run: deno task test
- name: Publish on tag
run: deno run -A jsr:@david/[email protected]
Loading

0 comments on commit 0b68a1e

Please sign in to comment.