We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db773e9 commit 9f4cba7Copy full SHA for 9f4cba7
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
deno-version: "v2.x"
20
21
- name: Check Formatting
22
- run: deno fmt --check --ignore=sqlite
+ run: deno fmt --check src/ test/ scripts/ mod.ts
23
24
- name: Lint
25
run: deno lint --ignore=sqlite,bench
@@ -59,14 +59,12 @@ jobs:
59
if: matrix.os == 'ubuntu-20.04'
60
env:
61
TARGET_ARCH: x86_64
62
- CC: clang -arch x86_64
63
run: deno task build
64
65
- name: Build sqlite3 (linux arm)
66
if: matrix.os == 'ubuntu-24.04-arm'
67
68
TARGET_ARCH: aarch64
69
- CC: clang -arch arm64
70
71
72
- name: Build sqlite3 (macos-x86_64)
0 commit comments