Skip to content

Commit d650f8c

Browse files
committed
file format
1 parent eb035b9 commit d650f8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Publish package
20-
run: npx jsr publish
20+
run: npx jsr publish

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI Tests
22

3-
on:
3+
on:
44
push:
55
branches: [main]
66
pull_request:
@@ -19,4 +19,4 @@ jobs:
1919
node_ci:
2020
uses: cross-org/workflows/.github/workflows/node-ci.yml@main
2121
with:
22-
jsr_dependencies: "@cross/test @std/assert"
22+
jsr_dependencies: "@cross/test @std/assert"

0 commit comments

Comments
 (0)