Try building with --no-check and Deno v2.x
Some checks failed
Build SilverBullet Plug / build (push) Failing after 7s

This commit is contained in:
2026-02-15 17:50:52 -08:00
parent 56e11f748b
commit 1ce9011d60

View File

@@ -16,11 +16,11 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: v1.x
deno-version: v2.x
- name: Build Plug
run: |
deno task build
deno task build -- --no-check
ls -lh *.plug.js
- name: Commit and push changes