Setup Turbo
All checks were successful
Lint / lint (push) Successful in 13s

This commit is contained in:
Julien Valverdé
2025-09-17 04:24:28 +02:00
parent 53d961552e
commit 0908eba0ad
7 changed files with 83 additions and 28 deletions

View File

@@ -17,9 +17,5 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Lint TypeScript common
run: npm -w packages/common run lint:tsc
- name: Lint TypeScript server
run: npm -w packages/server run lint:tsc
- name: Lint TypeScript webapp
run: npm -w packages/webapp run lint:tsc
- name: Lint TypeScript
run: npm run lint:tsc