From cd253501e93b0732d8cfe01f2181bff4c1c1d2cd Mon Sep 17 00:00:00 2001
From: Keisuke Umeno <9renpoto@gmail.com>
Date: Wed, 3 Jan 2024 09:52:54 +0900
Subject: [PATCH] feat: add biome ci
---
.github/workflows/node.js.yml | 13 ++++++++++++-
.gitignore | 5 ++++-
apps/web/pages/_document.tsx | 3 ++-
3 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index 7ad0b33a..518e7bc7 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -29,7 +29,6 @@ jobs:
- run: npm ci
- run: npm run build
- - run: npm run lint
- run: npx playwright install --with-deps
- name: Build Storybook
@@ -48,6 +47,18 @@ jobs:
- uses: codecov/codecov-action@v3
+ quality:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v4
+ - name: Setup Biome
+ uses: biomejs/setup-biome@v1
+ with:
+ version: latest
+ - name: Run Biome
+ run: biome ci .
+
chromatic-deployment:
runs-on: ubuntu-latest
steps:
diff --git a/.gitignore b/.gitignore
index 43c0dea4..75ad33e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -131,7 +131,8 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
-### Generated by gibo (https://github.com/simonwhitaker/gibo)
+
+
### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Rust.gitignore
# Generated by Cargo
@@ -148,3 +149,5 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
+
+
diff --git a/apps/web/pages/_document.tsx b/apps/web/pages/_document.tsx
index e650e1aa..6ebdb055 100644
--- a/apps/web/pages/_document.tsx
+++ b/apps/web/pages/_document.tsx
@@ -29,7 +29,7 @@ export default class MyDocument extends Document {
type="image/png"
sizes="32x32"
/>
-
+
{/* Global Site Tag (gtag.js) - Google Analytics */}