Skip to content

Commit 9c50fe2

Browse files
committed
cleanup: small workflow updates
1 parent 2b37c42 commit 9c50fe2

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
# These are supported funding model platforms
2-
31
github: [GabsEdits]
42
ko_fi: gxbsdev

.github/workflows/format.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
deno-version: v2.x
2727

2828
- name: Format Code
29-
run: |
30-
deno fmt
29+
run: deno fmt
3130

3231
- name: Commit changes
3332
run: |

.github/workflows/publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18+
- name: Setup Deno
19+
uses: denoland/setup-deno@v2
20+
with:
21+
deno-version: v2.x
22+
1823
- name: Publish package
19-
run: npx jsr publish
24+
run: deno publish

0 commit comments

Comments
 (0)