Skip to content

Commit 128485e

Browse files
committed
stuff
1 parent 5d8ad0d commit 128485e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/code-quality.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Install dependencies
4141
run: pnpm install --frozen-lockfile
4242

43-
lint:
44-
name: Lint
43+
format:
44+
name: Format
4545
needs: setup
4646
runs-on: ubuntu-latest
4747
steps:
@@ -62,8 +62,8 @@ jobs:
6262
- name: Install dependencies
6363
run: pnpm install --frozen-lockfile
6464

65-
- name: Run Biome checks
66-
run: pnpm biome ci
65+
- name: Run Formatter
66+
run: pnpm format:check
6767

6868
test:
6969
name: Test

packages/floating-ui-svelte/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"extends": "./.svelte-kit/tsconfig.json",
32
"compilerOptions": {
43
"allowJs": true,
54
"checkJs": true,

0 commit comments

Comments
 (0)