chore: add uv, add ci, fix some issues (#113)
in preparation of removing secp
This commit is contained in:
parent
33c62ba1ea
commit
696cd96288
10 changed files with 2482 additions and 2775 deletions
10
.github/workflows/ci.yml
vendored
Normal file
10
.github/workflows/ci.yml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
uses: lnbits/lnbits/.github/workflows/lint.yml@dev
|
||||
Loading…
Add table
Add a link
Reference in a new issue