chore: add uv, add ci, fix some issues (#113)
Some checks are pending
CI / lint (push) Waiting to run

in preparation of removing secp
This commit is contained in:
dni ⚡ 2025-10-30 10:11:18 +01:00 committed by GitHub
parent 499b1f81f1
commit 3a8c16d155
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 2482 additions and 2775 deletions

10
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,10 @@
name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
uses: lnbits/lnbits/.github/workflows/lint.yml@dev