Skip to content

Commit

Permalink
🚨 fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nrmnqdds committed Oct 5, 2024
1 parent 9e1fc75 commit 92cc543
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Code quality

on:
push:
pull_request:

jobs:
quality:
runs-on: ubuntu-latest
Expand All @@ -14,15 +12,12 @@ jobs:
uses: biomejs/setup-biome@v1
with:
version: latest

# - name: Import Sorting
# run: biome check --write --unsafe .

- name: Format Code
run: biome format --write .

- name: Lint Code
run: biome lint --write --unsafe .

- name: Run Biome
run: biome ci .
#
# - name: Run Biome
# run: biome ci .
4 changes: 1 addition & 3 deletions app/globals.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@tailwind base;
@tailwind components;
@tailwind utilities;


@layer base {
:root {
Expand Down Expand Up @@ -50,12 +49,11 @@
}
}


@layer base {
* {
@apply border-border;
}
body {
@apply bg-background text-foreground;
}
}
}
10 changes: 5 additions & 5 deletions components/sections/FeatureSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ const Feature = () => {
</div>
<ContainerScroll
titleComponent=<h1 className="text-4xl font-semibold text-cyan-600">
Everything you need <br />
<span className="text-4xl md:text-[6rem] font-bold mt-1 leading-none text-foreground">
i-Ma&apos;luum on steroid!
</span>
</h1>
Everything you need <br />
<span className="text-4xl md:text-[6rem] font-bold mt-1 leading-none text-foreground">
i-Ma&apos;luum on steroid!
</span>
</h1>
/>
</div>
<div className="mx-auto mt-16 max-w-7xl px-6 sm:mt-20 md:mt-0 lg:px-8">
Expand Down

0 comments on commit 92cc543

Please sign in to comment.