Skip to content

Commit 700ff4e

Browse files
committed
ci: format workflow
1 parent 11da523 commit 700ff4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: denoland/setup-deno@v2
1414
with:
15-
deno-version: v2.x
15+
deno-version: v2.x
1616
- run: deno fmt --check
1717
- run: deno lint
1818
- run: deno doc --lint ./mod.ts
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- uses: denoland/setup-deno@v2
3232
with:
33-
deno-version: v2.x
33+
deno-version: v2.x
3434
- run: deno run -A ./scripts/prepare_release.ts
3535
release:
3636
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)