chore: migrate package manager to uv

This commit is contained in:
swve 2024-11-18 21:11:12 +01:00
parent 421cc82637
commit 74e389f4bc
7 changed files with 2265 additions and 4307 deletions

View file

@ -1,6 +1,8 @@
name: API Lint
on:
push:
branches:
- dev
paths:
- "apps/api/**"
pull_request:

View file

@ -1,6 +1,8 @@
name: Web Lint
on:
push:
branches:
- dev
paths:
- "apps/web/**"
pull_request: