Skip to content

Commit

Permalink
fix ci, enable linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Aug 2, 2023
1 parent c674643 commit de24ec6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
run: pnpm --filter @gradio/wasm build
- name: lint
run: pnpm lint
continue-on-error: true
- name: typecheck
run: pnpm ts:check
- name: unit tests
Expand Down
2 changes: 1 addition & 1 deletion js/accordion/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import Accordion from "./static";
import { Block } from "@gradio/atoms";
import { StatusTracker } from "@gradio/statustracker";
import type { LoadingStatus } from "@gradio/StatusTracker/types";
import type { LoadingStatus } from "@gradio/statustracker/types";
import Column from "@gradio/column";
Expand Down

0 comments on commit de24ec6

Please sign in to comment.