This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user