Skip to content

Commit 7d20695

Browse files
committed
wip
1 parent 57f869d commit 7d20695

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- "*.md"
1212
jobs:
1313
test:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-24.04-arm
1515
steps:
1616
- uses: actions/checkout@v5
1717
- name: Test

deno.jsonc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "rm -fr dist && ASTRO_CMD='build' deno task astro",
2121
"preview": "ASTRO_CMD='preview --host=0.0.0.0 --allowed-hosts=ci,dev' deno task astro",
2222
"fmt": "deno fmt",
23-
"check": "deno check && deno lint && deno fmt --check",
23+
"check": "deno check --no-remote --doc && deno lint && deno fmt --check",
2424
"install": "deno install --quiet --allow-scripts=npm:sharp",
2525
"outdated": "deno outdated",
2626
"update": "deno outdated --update --latest",
@@ -47,9 +47,9 @@
4747
"sys": true,
4848
"ffi": [
4949
"/opt/app/node_modules/.deno/@[email protected]/node_modules/@rollup/rollup-linux-x64-gnu/rollup.linux-x64-gnu.node",
50-
"/opt/app/node_modules/.deno/@[email protected]/node_modules/@rollup/rollup-linux-arm64-gnu/rollup.linux-arm64-gnu.node"
51-
// "/opt/app/node_modules/.deno/@[email protected]/node_modules/@img/sharp-linuxmusl-arm64/lib/sharp-linuxmusl-arm64.node",
52-
// "/opt/app/node_modules/.deno/@[email protected]/node_modules/@img/sharp-linux-arm64/lib/sharp-linux-arm64.node"
50+
"/opt/app/node_modules/.deno/@[email protected]/node_modules/@rollup/rollup-linux-arm64-gnu/rollup.linux-arm64-gnu.node",
51+
"/opt/app/node_modules/.deno/@[email protected]/node_modules/@img/sharp-linuxmusl-arm64/lib/sharp-linuxmusl-arm64.node",
52+
"/opt/app/node_modules/.deno/@[email protected]/node_modules/@img/sharp-linux-arm64/lib/sharp-linux-arm64.node"
5353
],
5454
"net": [
5555
"localhost",
@@ -99,7 +99,6 @@
9999
}
100100
},
101101
"fmt": {
102-
// "include": ["src/", "README.md", "deno.jsonc", "./astro.config.mjs"],
103102
"exclude": [
104103
"src/assets/diagrams/*.svg"
105104
]

0 commit comments

Comments
 (0)