-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: migrate to and support jsr (#380)
- Loading branch information
Showing
44 changed files
with
1,243 additions
and
414 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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] |
Oops, something went wrong.