Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed Dec 31, 2024
1 parent 5d8ad0d commit 128485e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

lint:
name: Lint
format:
name: Format
needs: setup
runs-on: ubuntu-latest
steps:
Expand All @@ -62,8 +62,8 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Run Biome checks
run: pnpm biome ci
- name: Run Formatter
run: pnpm format:check

test:
name: Test
Expand Down
1 change: 0 additions & 1 deletion packages/floating-ui-svelte/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
Expand Down

0 comments on commit 128485e

Please sign in to comment.