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 2b37c42 commit 9c50fe2Copy full SHA for 9c50fe2
.github/FUNDING.yml
@@ -1,4 +1,2 @@
1
-# These are supported funding model platforms
2
-
3
github: [GabsEdits]
4
ko_fi: gxbsdev
.github/workflows/format.yml
@@ -26,8 +26,7 @@ jobs:
26
deno-version: v2.x
27
28
- name: Format Code
29
- run: |
30
- deno fmt
+ run: deno fmt
31
32
- name: Commit changes
33
run: |
.github/workflows/publish.yml
@@ -15,5 +15,10 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
18
+ - name: Setup Deno
19
+ uses: denoland/setup-deno@v2
20
+ with:
21
+ deno-version: v2.x
22
+
23
- name: Publish package
- run: npx jsr publish
24
+ run: deno publish
0 commit comments