We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb035b9 commit d650f8cCopy full SHA for d650f8c
.github/workflows/publish.yml
@@ -17,4 +17,4 @@ jobs:
17
- uses: actions/checkout@v4
18
19
- name: Publish package
20
- run: npx jsr publish
+ run: npx jsr publish
.github/workflows/test.yml
@@ -1,6 +1,6 @@
1
name: CI Tests
2
3
-on:
+on:
4
push:
5
branches: [main]
6
pull_request:
@@ -19,4 +19,4 @@ jobs:
node_ci:
uses: cross-org/workflows/.github/workflows/node-ci.yml@main
21
with:
22
- jsr_dependencies: "@cross/test @std/assert"
+ jsr_dependencies: "@cross/test @std/assert"
0 commit comments