feat: do automatic bundling make bundle on the CI (#3889)

Co-authored-by: alan <alan@lnbits.com>
This commit is contained in:
dni ⚡
2026-03-24 08:34:39 +01:00
committed by GitHub
co-authored by alan
parent 4f76d0483e
commit 13a93836d9
3 changed files with 33 additions and 8 deletions
-7
View File
@@ -25,18 +25,11 @@ jobs:
make: pyright
npm: true
prettier:
uses: ./.github/workflows/make.yml
with:
make: checkprettier
npm: true
bundle:
uses: ./.github/workflows/make.yml
with:
make: checkbundle
npm: true
poetry:
uses: ./.github/workflows/poetry.yml