Skip to content

Commit

Permalink
fixup! clnvm(ci): Move CI operations to Taskfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Jan 25, 2025
1 parent db94f91 commit e3ae957
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions libs/cln-version-manager/Taskfile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: '3'

tasks:
check:
cmds:
- uv run --extra dev mypy clnvm
- uv run --extra dev pytest tests -vvv -s

build:
cmds:
- uv build --sdist

0 comments on commit e3ae957

Please sign in to comment.