Skip to content

Commit

Permalink
more lint + typecheck CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Dec 6, 2024
1 parent 37a1f73 commit f5da631
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ jobs:
- name: Install dependencies
run: pnpm install:all

- name: Type check
- name: Type check backend
run: pnpm type-check

- name: Type check frontend
run: cd frontend && pnpm tsc --noEmit -p tsconfig.app.json

- name: Build
run: pnpm build

Expand Down
1 change: 1 addition & 0 deletions frontend/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
root: true,
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
Expand Down

0 comments on commit f5da631

Please sign in to comment.