mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore: migrate package manager to uv
This commit is contained in:
parent
421cc82637
commit
74e389f4bc
7 changed files with 2265 additions and 4307 deletions
2
.github/workflows/api-lint.yaml
vendored
2
.github/workflows/api-lint.yaml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: API Lint
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- "apps/api/**"
|
||||
pull_request:
|
||||
|
|
|
|||
2
.github/workflows/web-lint.yaml
vendored
2
.github/workflows/web-lint.yaml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: Web Lint
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- "apps/web/**"
|
||||
pull_request:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue